mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-29 00:19:51 +02:00
commit bash-20140815 snapshot
This commit is contained in:
@@ -100,6 +100,7 @@ extern char *dist_version, *release_status;
|
||||
extern int patch_level, build_version;
|
||||
extern int shell_level;
|
||||
extern int subshell_environment;
|
||||
extern int running_in_background;
|
||||
extern int last_command_exit_value;
|
||||
extern int line_number;
|
||||
extern int expand_aliases;
|
||||
@@ -1804,7 +1805,8 @@ shell_reinitialize ()
|
||||
/* Things that get 0. */
|
||||
login_shell = make_login_shell = interactive = executing = 0;
|
||||
debugging = do_version = line_number = last_command_exit_value = 0;
|
||||
forced_interactive = interactive_shell = subshell_environment = 0;
|
||||
forced_interactive = interactive_shell = 0;
|
||||
subshell_environment = running_in_background = 0;
|
||||
expand_aliases = 0;
|
||||
|
||||
/* XXX - should we set jobs_m_flag to 0 here? */
|
||||
|
||||
Reference in New Issue
Block a user