For bug #182105, fix the spelling of the fd_pipes paremeter.
authorZac Medico <zmedico@gentoo.org>
Fri, 15 Jun 2007 10:22:04 +0000 (10:22 -0000)
committerZac 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

index ff960d84329c634ec64dbfd90aebafcf554dcec5..a2ed22dc3be53617043c7feaad653712dd700db9 100644 (file)
@@ -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)