Bash-5.3 patch 7: fix issue where nofork command substitutions can affect redirections in the calling shell

This commit is contained in:
Chet Ramey
2025-11-26 12:50:54 -05:00
parent c31cd58e6c
commit a80c21e8b7
2 changed files with 8 additions and 1 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 6
#define PATCHLEVEL 7
#endif /* _PATCHLEVEL_H_ */