aboutsummaryrefslogtreecommitdiff
path: root/runit
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2022-02-27 12:56:21 +0000
committerRon Yorston <rmy@pobox.com>2022-02-27 12:56:21 +0000
commit96c104a61c9a75c478eb6e830653a830d72fe8fb (patch)
treed5fe5d6b99b94bf1af258d45ffaa36444663ef06 /runit
parent67d6d366161c04ec32f2b429a2441016dfd91f2a (diff)
downloadbusybox-w32-96c104a61c9a75c478eb6e830653a830d72fe8fb.tar.gz
busybox-w32-96c104a61c9a75c478eb6e830653a830d72fe8fb.tar.bz2
busybox-w32-96c104a61c9a75c478eb6e830653a830d72fe8fb.zip
ash: try harder to avoid ctrl-c issue
Commit 96a647690 (ash: prevent issue with ctrl-c and echo in loop) attempted to fix the problem that interrupting a loop like: while true; do echo hello; done caused the shell to exit. However, it wasn't completely effective and it only applied to echo and printf, not other builtins. Revert 96a647690 and instead don't call raise_interrupt() from crtl_handler() for the foreground interactive shell.
Diffstat (limited to 'runit')
0 files changed, 0 insertions, 0 deletions