projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0d9397
)
For bug #182105, fix the spelling of the fd_pipes paremeter.
author
Zac Medico
<zmedico@gentoo.org>
Fri, 15 Jun 2007 10:22:04 +0000
(10:22 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 15 Jun 2007 10:22:04 +0000
(10:22 -0000)
svn path=/main/trunk/; revision=6846
pym/portage/output.py
patch
|
blob
|
history
diff --git
a/pym/portage/output.py
b/pym/portage/output.py
index ff960d84329c634ec64dbfd90aebafcf554dcec5..a2ed22dc3be53617043c7feaad653712dd700db9 100644
(file)
--- a/
pym/portage/output.py
+++ b/
pym/portage/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)