From 8c9524f9c4b0242bd2239043118984b781bb60ab Mon Sep 17 00:00:00 2001 From: Chet Ramey Date: Mon, 7 Nov 2022 11:42:07 -0500 Subject: Bash-5.2 patch 6: fix for interrupting command substitution in interactive shells disabling aliases --- patchlevel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'patchlevel.h') diff --git a/patchlevel.h b/patchlevel.h index c2610416..39d4c330 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 5 +#define PATCHLEVEL 6 #endif /* _PATCHLEVEL_H_ */ -- cgit v1.2.3