aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/callproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callproc.c b/src/callproc.c
index 265d8287723..4d84c98edb7 100644
--- a/src/callproc.c
+++ b/src/callproc.c
@@ -458,7 +458,7 @@ If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.")
458 /* Close most of our fd's, but not fd[0] 458 /* Close most of our fd's, but not fd[0]
459 since we will use that to read input from. */ 459 since we will use that to read input from. */
460 close (filefd); 460 close (filefd);
461 if (fd1 >= 0) 461 if (fd1 >= 0 && fd1 != fd_error)
462 close (fd1); 462 close (fd1);
463 } 463 }
464 464