diff options
Diffstat (limited to 'miscutils/less.c')
-rw-r--r-- | miscutils/less.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/less.c b/miscutils/less.c index 3a9dea039..1a67ca7ce 100644 --- a/miscutils/less.c +++ b/miscutils/less.c | |||
@@ -1400,7 +1400,7 @@ int less_main(int argc, char **argv) | |||
1400 | term_less.c_cc[VTIME] = 0; | 1400 | term_less.c_cc[VTIME] = 0; |
1401 | 1401 | ||
1402 | /* We want to restore term_orig on exit */ | 1402 | /* We want to restore term_orig on exit */ |
1403 | bb_signals(BB_SIGS_FATAL, sig_catcher); | 1403 | bb_signals(BB_FATAL_SIGS, sig_catcher); |
1404 | 1404 | ||
1405 | reinitialize(); | 1405 | reinitialize(); |
1406 | while (1) { | 1406 | while (1) { |