Bash-5.3 patch 11: fix mapfile problem when callback unsets the variable it is modifying

This commit is contained in:
Chet Ramey
2026-06-03 10:20:22 -04:00
parent d129c77127
commit eb9d01914b
2 changed files with 9 additions and 6 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 10
#define PATCHLEVEL 11
#endif /* _PATCHLEVEL_H_ */