For bug #139383, in xtermTitleReset() use os.system() instead of commands.getoutput...
authorZac Medico <zmedico@gentoo.org>
Fri, 8 Jun 2007 23:10:46 +0000 (23:10 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 8 Jun 2007 23:10:46 +0000 (23:10 -0000)
commit235bf5023359763690614ae631448db0b36c594c
tree69c7d1326939eec563b36f13373ca9d6dea98905
parent9f78cce938af52c3a978a5b76a952c7e8c11fd4d
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.

svn path=/main/trunk/; revision=6768
pym/portage/output.py