fix for optimizing forks away if bash -ic command is executed

This commit is contained in:
Chet Ramey
2023-06-12 17:46:30 -04:00
parent a629483b0e
commit d44a45afbc
8 changed files with 41 additions and 1 deletions
+1
View File
@@ -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;