commit bash-20080821 snapshot

This commit is contained in:
Chet Ramey
2011-12-07 09:27:39 -05:00
parent 2e4498b3aa
commit dd4f3dd893
100 changed files with 49244 additions and 33329 deletions
+2 -2
View File
@@ -1747,7 +1747,7 @@ coproc_pidchk (pid)
struct coproc *cp;
cp = getcoprocbypid (pid);
#if defined (DEBUG)
#if 0
if (cp)
itrace("coproc_pidchk: pid %d has died", pid);
#endif
@@ -1885,7 +1885,7 @@ execute_coproc (command, pipe_in, pipe_out, fds_to_close)
coproc_setvars (cp);
#if defined (DEBUG)
#if 0
itrace ("execute_coproc: [%d] %s", coproc_pid, the_printed_command);
#endif