summaryrefslogtreecommitdiff
path: root/jobs.c~
diff options
context:
space:
mode:
Diffstat (limited to 'jobs.c~')
-rw-r--r--jobs.c~5
1 files changed, 2 insertions, 3 deletions
diff --git a/jobs.c~ b/jobs.c~
index 5a091baa..c85ce8b1 100644
--- a/jobs.c~
+++ b/jobs.c~
@@ -3,7 +3,7 @@
/* This file works with both POSIX and BSD systems. It implements job
control. */
-/* Copyright (C) 1989-2008 Free Software Foundation, Inc.
+/* Copyright (C) 1989-2009 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
@@ -1873,7 +1873,6 @@ make_child (command, async_p)
js.c_totforked++;
js.c_living++;
-itrace("make_child: `%s' --> %ld", command, pid);
/* Unblock SIGINT and SIGCHLD unless creating a pipeline, in which case
SIGCHLD remains blocked until all commands in the pipeline have been
created. */
@@ -3082,7 +3081,7 @@ waitchld (wpid, block)
child = find_process (pid, 1, &job); /* want living procs only */
#if defined (COPROCESS_SUPPORT)
- coproc_pidchk (pid);
+ coproc_pidchk (pid, status);
#endif
/* It is not an error to have a child terminate that we did