From 489302a91dd6ce2dbb6ec41fd92872dd5ac092ce Mon Sep 17 00:00:00 2001 From: Chet Ramey Date: Mon, 20 Jun 2016 15:14:20 -0400 Subject: [PATCH] Bash-4.3 patch 44 --- builtins/shopt.def | 2 +- patchlevel.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builtins/shopt.def b/builtins/shopt.def index 6050a14d7..f0f9d9900 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 }, diff --git a/patchlevel.h b/patchlevel.h index 60eb423a4..4b23f470d 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -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_ */ -- 2.39.2