.
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=157
This commit is contained in:
parent
0a2c86d99c
commit
b5d8a561d9
14
bash-4.2.dif
14
bash-4.2.dif
@ -125,20 +125,6 @@
|
||||
}
|
||||
else
|
||||
return (result);
|
||||
--- builtins/shopt.def
|
||||
+++ builtins/shopt.def 2006-03-27 12:15:25.000000000 +0000
|
||||
@@ -279,9 +279,9 @@ reset_shopt_options ()
|
||||
allow_null_glob_expansion = glob_dot_filenames = 0;
|
||||
cdable_vars = mail_warning = 0;
|
||||
no_exit_on_failed_exec = print_shift_error = 0;
|
||||
- check_hashed_filenames = cdspelling = expand_aliases = check_window_size = 0;
|
||||
+ check_hashed_filenames = cdspelling = expand_aliases = 0;
|
||||
|
||||
- source_uses_path = promptvars = 1;
|
||||
+ check_window_size = source_uses_path = promptvars = 1;
|
||||
|
||||
#if defined (EXTENDED_GLOB)
|
||||
extended_glob = 0;
|
||||
--- doc/Makefile.in
|
||||
+++ doc/Makefile.in 2006-03-27 12:15:25.000000000 +0000
|
||||
@@ -142,7 +142,7 @@ BASHREF_FILES = $(srcdir)/bashref.texi $
|
||||
|
Loading…
Reference in New Issue
Block a user