mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-30 00:49:57 +02:00
allow FIGNORE suffixes to match entire pathnames; allow SIGINT received while a function is executing in a loop to break the loop
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ extern volatile int last_command_exit_value;
|
||||
extern int last_command_exit_signal;
|
||||
extern int builtin_ignoring_errexit;
|
||||
extern int executing_builtin;
|
||||
extern int executing_list;
|
||||
extern int interrupt_execution;
|
||||
extern int retain_fifos;
|
||||
extern int comsub_ignore_return;
|
||||
extern int subshell_level;
|
||||
|
||||
Reference in New Issue
Block a user