Bash-5.3 patch 3: remove internal quoting that causes failures when expanding nested array subscripts in an arithmetic context

This commit is contained in:
Chet Ramey
2025-07-23 15:52:32 -04:00
parent 2ea3d60649
commit 25c37d4804
3 changed files with 13 additions and 5 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 2
#define PATCHLEVEL 3
#endif /* _PATCHLEVEL_H_ */