From 25af86f73d29ee8b74f8776f4e1defe04cf7dcf1 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 7 Apr 2009 13:29:27 +0000 Subject: hush: fix wrong comment --- shell/hush.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shell/hush.c') diff --git a/shell/hush.c b/shell/hush.c index d82be3d..e636f58 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -914,9 +914,10 @@ static int check_and_run_traps(int sig) } #if ENABLE_HUSH_JOB + /* After [v]fork, in child: do not restore tty pgrp on xfunc death */ #define disable_restore_tty_pgrp_on_exit() (die_sleep = 0) -/* After [v]fork, in parent: do not restore tty pgrp on xfunc death */ +/* After [v]fork, in parent: restore tty pgrp on xfunc death */ #define enable_restore_tty_pgrp_on_exit() (die_sleep = -1) /* Restores tty foreground process group, and exits. -- cgit v1.1