Bash-5.1 patch 4: fix key-value pair associative array assignment word expansions

This commit is contained in:
Chet Ramey
2020-12-19 14:30:13 -05:00
parent a042c731ee
commit 76404c85d4
4 changed files with 37 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 3
#define PATCHLEVEL 4
#endif /* _PATCHLEVEL_H_ */