From c7ff1b79ddcca49bf4585b042f245bb69603f4d8 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 22 Aug 2010 20:08:57 +0000 Subject: 28179, users/15314, users/15310, users/15200: various job and process control fixes --- Src/exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/exec.c') diff --git a/Src/exec.c b/Src/exec.c index 73b4c01a8..3ab4aa90b 100644 --- a/Src/exec.c +++ b/Src/exec.c @@ -3905,7 +3905,7 @@ getpipe(char *cmd, int nullexec) addproc(pid, NULL, 1, &bgtime); return pipes[!out]; } - entersubsh(ESUB_ASYNC|ESUB_PGRP); + entersubsh(ESUB_PGRP); redup(pipes[out], out); closem(FDT_UNUSED); /* this closes pipes[!out] as well */ cmdpush(CS_CMDSUBST); -- cgit 1.4.1