From 919274470ec75c602748fd277d9625bf40847353 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 15 Jun 2007 10:22:04 +0000 Subject: For bug #182105, fix the spelling of the fd_pipes paremeter. svn path=/main/trunk/; revision=6846 --- pym/portage/output.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') diff --git a/pym/portage/output.py b/pym/portage/output.py index ff960d843..a2ed22dc3 100644 --- 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) -- cgit v1.2.3-1-g7c22