summaryrefslogtreecommitdiff
path: root/builtins
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2016-06-20 15:14:20 -0400
committerChet Ramey <chet.ramey@case.edu>2016-06-20 15:14:20 -0400
commit489302a91dd6ce2dbb6ec41fd92872dd5ac092ce (patch)
treeb0223c25f0aca87c5f4ea038020a301e8a606111 /builtins
parent8061f8f11e3f73e23d5b36b4da03bbb0ddb64ae7 (diff)
downloadbash-489302a91dd6ce2dbb6ec41fd92872dd5ac092ce.tar.gz
Bash-4.3 patch 44
Diffstat (limited to 'builtins')
-rw-r--r--builtins/shopt.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtins/shopt.def b/builtins/shopt.def
index 6050a14d..f0f9d990 100644
--- a/builtins/shopt.def
+++ b/builtins/shopt.def
@@ -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 },