From ec8113b9861375e4e17b3307372569d429dec814 Mon Sep 17 00:00:00 2001 From: Chet Ramey Date: Tue, 13 Dec 2022 12:43:50 -0500 Subject: Bash-5.2 patch 15: fix too-aggressive optimizing forks out of subshell commands --- patchlevel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'patchlevel.h') diff --git a/patchlevel.h b/patchlevel.h index d732c90d..28433036 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 14 +#define PATCHLEVEL 15 #endif /* _PATCHLEVEL_H_ */ -- cgit v1.2.1