]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - flags.h
Bash-4.3 patch 32
[thirdparty/bash.git] / flags.h
diff --git a/flags.h b/flags.h
index d8fa75706323df569aa81ebf15d9918500745095..830edab40193f334cf9cbc9229373db3244aedca 100644 (file)
--- a/flags.h
+++ b/flags.h
@@ -41,11 +41,12 @@ extern const struct flags_alist shell_flags[];
 extern char optflags[];
 
 extern int
-  mark_modified_vars, exit_immediately_on_error, disallow_filename_globbing,
+  mark_modified_vars, errexit_flag, exit_immediately_on_error,
+  disallow_filename_globbing,
   place_keywords_in_env, read_but_dont_execute,
   just_one_command, unbound_vars_is_error, echo_input_at_read,
   echo_command_at_execute, no_invisible_vars, noclobber,
-  hashing_enabled, forced_interactive, privileged_mode,
+  hashing_enabled, forced_interactive, privileged_mode, jobs_m_flag,
   asynchronous_notification, interactive_comments, no_symbolic_links,
   function_trace_mode, error_trace_mode, pipefail_opt;