aboutsummaryrefslogtreecommitdiff
path: root/shell/lash.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/lash.c')
-rw-r--r--shell/lash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/lash.c b/shell/lash.c
index 52b117431..b2ccaf0a1 100644
--- a/shell/lash.c
+++ b/shell/lash.c
@@ -1486,7 +1486,7 @@ static void setup_job_control(void)
1486 1486
1487 /* Put ourselves in our own process group. */ 1487 /* Put ourselves in our own process group. */
1488 setsid(); 1488 setsid();
1489 shell_pgrp = getpid (); 1489 shell_pgrp = getpid();
1490 setpgid(shell_pgrp, shell_pgrp); 1490 setpgid(shell_pgrp, shell_pgrp);
1491 1491
1492 /* Grab control of the terminal. */ 1492 /* Grab control of the terminal. */