mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 10:12:38 +02:00
changes to SIGINT handler while waiting for a child; skip vertical whitespace after translating an integer
This commit is contained in:
+1
-1
@@ -5422,7 +5422,7 @@ execute_subshell_builtin_or_function (WORD_LIST *words, REDIRECT *redirects,
|
||||
handler = set_sigint_handler ();
|
||||
if (handler == SIG_IGN && signal_is_async_ignored (SIGINT) &&
|
||||
signal_is_trapped (SIGINT) == 0 && signal_is_hard_ignored (SIGINT) == 0)
|
||||
set_signal_handler (SIGINT, handler);
|
||||
set_signal_handler (SIGINT, SIG_IGN);
|
||||
}
|
||||
|
||||
if (fds_to_close)
|
||||
|
||||
Reference in New Issue
Block a user