For bug #139383, in xtermTitleReset() use os.system() instead of commands.getoutput...
authorZac Medico <zmedico@gentoo.org>
Fri, 8 Jun 2007 23:11:10 +0000 (23:11 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 8 Jun 2007 23:11:10 +0000 (23:11 -0000)
commit6de83fd4fba897414435165dc39bf40a40950bab
tree8f68be846f88f8f241bfe079ecf62aa00f9b66aa
parentffdedfe3824e711da157ebc813982e912cbb82a0
For bug #139383, in xtermTitleReset() use os.system() instead of commands.getoutput() since the latter puts too much restriction on what $PROMPT_COMMAND may contain. (trunk r6768)

svn path=/main/branches/2.1.2/; revision=6769
pym/output.py