mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-30 17:09:50 +02:00
fix for interactive shell parser reset issue; fix for nested array subscript quoting issue; fix for process substitutions being closed to early in for loops
This commit is contained in:
@@ -52,6 +52,7 @@ extern int last_command_exit_signal;
|
||||
extern int builtin_ignoring_errexit;
|
||||
extern int executing_builtin;
|
||||
extern int executing_list;
|
||||
extern int retain_fifos;
|
||||
extern int comsub_ignore_return;
|
||||
extern int subshell_level;
|
||||
extern int match_ignore_case;
|
||||
|
||||
Reference in New Issue
Block a user