Skip to content

Commit 489302a

Browse files
author
Chet Ramey
committed
Bash-4.3 patch 44
1 parent 8061f8f commit 489302a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

builtins/shopt.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ static struct {
160160
{ "compat32", &shopt_compat32, set_compatibility_level },
161161
{ "compat40", &shopt_compat40, set_compatibility_level },
162162
{ "compat41", &shopt_compat41, set_compatibility_level },
163-
{ "compat42", &shopt_compat41, set_compatibility_level },
163+
{ "compat42", &shopt_compat42, set_compatibility_level },
164164
#if defined (READLINE)
165165
{ "complete_fullquote", &complete_fullquote, (shopt_set_func_t *)NULL},
166166
{ "direxpand", &dircomplete_expand, shopt_set_complete_direxpand },

patchlevel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh
2626
looks for to find the patch level (for the sccs version string). */
2727

28-
#define PATCHLEVEL 43
28+
#define PATCHLEVEL 44
2929

3030
#endif /* _PATCHLEVEL_H_ */

0 commit comments

Comments
 (0)