Bash-5.2 patch 24: fix problem with tilde expansion of values in compound associative array assignments

This commit is contained in:
Chet Ramey
2024-01-13 18:24:10 -05:00
parent c22ce0d04a
commit d1cf6ad908
3 changed files with 8 additions and 4 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 23
#define PATCHLEVEL 24
#endif /* _PATCHLEVEL_H_ */