summaryrefslogtreecommitdiffstats
path: root/shells/bash2/files/patch-builtins_shopt.def
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2001-11-21 01:40:39 +0000
committernaddy <naddy@FreeBSD.org>2001-11-21 01:40:39 +0000
commit3f48a3754d61152837e73de5b14294a051097db2 (patch)
treeb527acb97099b342d15bcb8b3253452840fdff5f /shells/bash2/files/patch-builtins_shopt.def
parent5c3a687ad6a42aba14fd23bcd4471c31747fd6e3 (diff)
downloadFreeBSD-ports-3f48a3754d61152837e73de5b14294a051097db2.zip
FreeBSD-ports-3f48a3754d61152837e73de5b14294a051097db2.tar.gz
* Update to 2.05a.
* Split failglob patch into per-file patches. Reviewed by: obrien
Diffstat (limited to 'shells/bash2/files/patch-builtins_shopt.def')
-rw-r--r--shells/bash2/files/patch-builtins_shopt.def22
1 files changed, 22 insertions, 0 deletions
diff --git a/shells/bash2/files/patch-builtins_shopt.def b/shells/bash2/files/patch-builtins_shopt.def
new file mode 100644
index 0000000..4a896b3
--- /dev/null
+++ b/shells/bash2/files/patch-builtins_shopt.def
@@ -0,0 +1,22 @@
+
+$FreeBSD$
+
+--- builtins/shopt.def.orig Tue Sep 11 21:55:06 2001
++++ builtins/shopt.def Tue Nov 20 23:52:45 2001
+@@ -56,7 +56,7 @@
+
+ #define OPTFMT "%-15s\t%s\n"
+
+-extern int allow_null_glob_expansion, glob_dot_filenames;
++extern int allow_null_glob_expansion, fail_glob_expansion, glob_dot_filenames;
+ extern int cdable_vars, mail_warning, source_uses_path;
+ extern int no_exit_on_failed_exec, print_shift_error;
+ extern int check_hashed_filenames, promptvars, interactive_comments;
+@@ -140,6 +140,7 @@
+ #endif
+ { "nocaseglob", &glob_ignore_case, (shopt_set_func_t *)NULL },
+ { "nullglob", &allow_null_glob_expansion, (shopt_set_func_t *)NULL },
++ { "failglob", &fail_glob_expansion, (Function *)NULL },
+ #if defined (PROGRAMMABLE_COMPLETION)
+ { "progcomp", &prog_completion_enabled, (shopt_set_func_t *)NULL },
+ #endif
OpenPOWER on IntegriCloud