aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ash.c')
-rw-r--r--shell/ash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 0337a5535..7cc5a913a 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -4515,6 +4515,7 @@ clear_traps(void)
4515 INT_ON; 4515 INT_ON;
4516 } 4516 }
4517 } 4517 }
4518 may_have_traps = 0;
4518} 4519}
4519 4520
4520/* Lives far away from here, needed for forkchild */ 4521/* Lives far away from here, needed for forkchild */