commit bash-20160429 snapshot

This commit is contained in:
Chet Ramey
2016-05-06 08:54:48 -04:00
parent 179593da61
commit f30e223041
24 changed files with 292 additions and 56 deletions
+1 -1
View File
@@ -2486,7 +2486,7 @@ execute_pipeline (command, asynchronous, pipe_in, pipe_out, fds_to_close)
lstdin = wait_for (lastpid);
}
else
lstdin = wait_for_single_pid (lastpid); /* checks bgpids list */
lstdin = wait_for_single_pid (lastpid, 0); /* checks bgpids list */
#else
lstdin = wait_for (lastpid);
#endif