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 15246f55f..3e5a3b3e9 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -9876,6 +9876,7 @@ preadfd(void)
9876 raise(SIGINT); 9876 raise(SIGINT);
9877 return 1; 9877 return 1;
9878 } 9878 }
9879 exitstatus = 128 + SIGINT;
9879 goto retry; 9880 goto retry;
9880 } 9881 }
9881 if (nr < 0) { 9882 if (nr < 0) {