about summary refs log tree commit diff
path: root/Src/exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/exec.c')
-rw-r--r--Src/exec.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/Src/exec.c b/Src/exec.c
index d6e045770..3a125ef73 100644
--- a/Src/exec.c
+++ b/Src/exec.c
@@ -1050,13 +1050,7 @@ entersubsh(int flags, struct entersubsh_ret *retp)
 		SETPGRP(0L, jobtab[list_pipe_job].gleader, 2);
 		if (!(flags & ESUB_ASYNC))
 		    ATTACHTTY(jobtab[thisjob].gleader, 2);
-	    } else if (gettygrp() == GETPGRP()) {
-		/*
-		 * There are races where if the process is attached
-		 * to the terminal blocking SIGTTOU causes errors.
-		 * So just leave signals alone.
-		 */
-		/* job_control_ok = 1;*/ /* Probably not a * fix */
+	    } else {
 #ifdef DEBUG_JOB_CONTROL
 		fprintf(stderr, "pid = %d, gleader = %d, pgrp = %d, list_pipe_child = %d, mypgrp = %d\n",
 			getpid(), jobtab[list_pipe_job].gleader,