]> git.ipfire.org Git - thirdparty/bash.git/commitdiff
Bash-4.3 patch 44
authorChet Ramey <chet.ramey@case.edu>
Mon, 20 Jun 2016 19:14:20 +0000 (15:14 -0400)
committerChet Ramey <chet.ramey@case.edu>
Mon, 20 Jun 2016 19:14:20 +0000 (15:14 -0400)
builtins/shopt.def
patchlevel.h

index 6050a14d78a3f75e593739b2c664e326894c232b..f0f9d99004727fd651ff62f77c94c28ec442b3ba 100644 (file)
@@ -160,7 +160,7 @@ static struct {
   { "compat32", &shopt_compat32, set_compatibility_level },
   { "compat40", &shopt_compat40, set_compatibility_level },
   { "compat41", &shopt_compat41, set_compatibility_level },
-  { "compat42", &shopt_compat41, set_compatibility_level },
+  { "compat42", &shopt_compat42, set_compatibility_level },
 #if defined (READLINE)
   { "complete_fullquote", &complete_fullquote, (shopt_set_func_t *)NULL},
   { "direxpand", &dircomplete_expand, shopt_set_complete_direxpand },
index 60eb423a4e1f0d0ad4dc7df816db726fbefbd790..4b23f470d243fbafe42831145304e66cf687ae1f 100644 (file)
@@ -25,6 +25,6 @@
    regexp `^#define[   ]*PATCHLEVEL', since that's what support/mkversion.sh
    looks for to find the patch level (for the sccs version string). */
 
-#define PATCHLEVEL 43
+#define PATCHLEVEL 44
 
 #endif /* _PATCHLEVEL_H_ */