mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-03 00:38:15 +02:00
handle signals at more places in brace expansion; fix for subshells changing terminal process group on signals
This commit is contained in:
@@ -45,6 +45,7 @@ extern volatile sig_atomic_t terminating_signal;
|
||||
#define DELINTERRUPT interrupt_state--
|
||||
|
||||
#define ISINTERRUPT interrupt_state != 0
|
||||
#define ISTERMSIG terminating_signal != 0
|
||||
|
||||
/* The same sort of thing, this time just for signals that would ordinarily
|
||||
cause the shell to terminate. */
|
||||
|
||||
Reference in New Issue
Block a user