projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95d0740
)
xtermTitleReset: revert behavior for bug #348460
author
Zac Medico
<zmedico@gentoo.org>
Sun, 12 Dec 2010 12:36:20 +0000
(
04:36
-0800)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 12 Dec 2010 12:36:20 +0000
(
04:36
-0800)
pym/portage/output.py
patch
|
blob
|
history
diff --git
a/pym/portage/output.py
b/pym/portage/output.py
index a195db4fcd88572ebf243373985507ab30267f23..5e8b89e0ed76bfc950e1a667a36f8ac08d1a4d77 100644
(file)
--- a/
pym/portage/output.py
+++ b/
pym/portage/output.py
@@
-268,7
+268,7
@@
default_xterm_title = None
def xtermTitleReset():
global default_xterm_title
if default_xterm_title is None:
- prompt_command = os.environ.get('PROMPT_COMMAND'
, ''
)
+ prompt_command = os.environ.get('PROMPT_COMMAND')
if prompt_command == "":
default_xterm_title = ""
elif prompt_command is not None: