aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ash.c')
-rw-r--r--shell/ash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c
index ea835527e..fbf3efce2 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -12840,7 +12840,7 @@ init(void)
12840 /* bash re-enables SIGHUP which is SIG_IGNed on entry. 12840 /* bash re-enables SIGHUP which is SIG_IGNed on entry.
12841 * Try: "trap '' HUP; bash; echo RET" and type "kill -HUP $$" 12841 * Try: "trap '' HUP; bash; echo RET" and type "kill -HUP $$"
12842 */ 12842 */
12843 signal(SIGHUP, SIG_DFL); 12843 signal(SIGHUP, SIG_DFL);
12844 12844
12845 /* from var.c: */ 12845 /* from var.c: */
12846 { 12846 {