summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
Diffstat (limited to 'pym')
-rw-r--r--pym/output.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/output.py b/pym/output.py
index 6886e5cbb..2f8e63fcd 100644
--- 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)