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 12b2db3a9..ca5c755b6 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -10791,7 +10791,7 @@ preadfd(void)
10791 write(STDOUT_FILENO, "^C", 2); 10791 write(STDOUT_FILENO, "^C", 2);
10792 raise(SIGINT); 10792 raise(SIGINT);
10793 /* raise(SIGINT) did not work! (e.g. if SIGINT 10793 /* raise(SIGINT) did not work! (e.g. if SIGINT
10794 * is SIG_INGed on startup, it stays SIG_IGNed) 10794 * is SIG_IGNed on startup, it stays SIG_IGNed)
10795 */ 10795 */
10796 if (trap[SIGINT]) { 10796 if (trap[SIGINT]) {
10797 buf[0] = '\n'; 10797 buf[0] = '\n';