projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb2f462
)
For bug #182105, fix the spelling of the fd_pipes paremeter. (trunk r6846)
author
Zac Medico
<zmedico@gentoo.org>
Fri, 15 Jun 2007 10:23:04 +0000
(10:23 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 15 Jun 2007 10:23:04 +0000
(10:23 -0000)
svn path=/main/branches/2.1.2/; revision=6847
pym/output.py
patch
|
blob
|
history
diff --git
a/pym/output.py
b/pym/output.py
index 6886e5cbb40bc8f381cfff47acef10a212962281..2f8e63fcdbe81d79be2f48501b3d0f27dca8fcf9 100644
(file)
--- a/
pym/output.py
+++ b/
pym/output.py
@@
-202,7
+202,7
@@
def xtermTitleReset():
shell = find_binary("sh")
if shell:
spawn([shell, "-c", prompt_command], env=os.environ,
- fdpipes={0:sys.stdin.fileno(),1:sys.stderr.fileno(),
+ fd
_
pipes={0:sys.stdin.fileno(),1:sys.stderr.fileno(),
2:sys.stderr.fileno()})
else:
os.system(prompt_command)