handle signals at more places in brace expansion; fix for subshells changing terminal process group on signals

This commit is contained in:
Chet Ramey
2022-12-21 09:57:36 -05:00
parent c4a2e37470
commit 001918cdec
11 changed files with 139 additions and 41 deletions
+1
View File
@@ -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. */