commit bash-20140815 snapshot

This commit is contained in:
Chet Ramey
2014-08-29 09:15:21 -04:00
parent e7fd1ab607
commit 581fe5894c
7 changed files with 89 additions and 14 deletions
+3 -1
View File
@@ -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? */