mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-07 18:52:35 +02:00
fix for optimizing forks away if bash -ic command is executed
This commit is contained in:
@@ -100,6 +100,7 @@ extern int executing, login_shell;
|
||||
extern int interactive, interactive_shell;
|
||||
extern int startup_state;
|
||||
extern int reading_shell_script;
|
||||
extern int ssh_reading_startup_files;
|
||||
extern int shell_initialized;
|
||||
extern int bash_argv_initialized;
|
||||
extern int subshell_environment;
|
||||
|
||||
Reference in New Issue
Block a user