aboutsummaryrefslogtreecommitdiff
path: root/shell/hush.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/hush.c')
-rw-r--r--shell/hush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c
index 982fc356a..7d0dc67e4 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -10361,7 +10361,7 @@ int hush_main(int argc, char **argv)
10361//it ignores TERM: 10361//it ignores TERM:
10362// bash -i -c 'kill $$; echo ALIVE' 10362// bash -i -c 'kill $$; echo ALIVE'
10363// ALIVE 10363// ALIVE
10364//it resets SIG_INGed HUP to SIG_DFL: 10364//it resets SIG_IGNed HUP to SIG_DFL:
10365// trap '' hup; bash -i -c 'kill -hup $$; echo ALIVE' 10365// trap '' hup; bash -i -c 'kill -hup $$; echo ALIVE'
10366// Hangup [the message is not printed by bash, it's the shell which started it] 10366// Hangup [the message is not printed by bash, it's the shell which started it]
10367//is talkative about jobs and exiting: 10367//is talkative about jobs and exiting: