]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - builtins/shopt.def
Bash-4.3 patch 44
[thirdparty/bash.git] / builtins / shopt.def
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 },