Bash-5.2 patch 4: fix for nested brace expansions and brackets

This commit is contained in:
Chet Ramey
2022-11-07 11:40:28 -05:00
parent 3039110d08
commit 30e948e80b
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -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 3
#define PATCHLEVEL 4
#endif /* _PATCHLEVEL_H_ */