Bash-5.2 patch 8: fix for quoting brackets inside array subscript expansion

This commit is contained in:
Chet Ramey
2022-11-07 11:43:33 -05:00
parent 6ddc9cf242
commit ddde6f00b8
2 changed files with 6 additions and 2 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 7
#define PATCHLEVEL 8
#endif /* _PATCHLEVEL_H_ */