Bash-5.2 patch 25: fix problem with subshells terminated by a signal exiting with the wrong status

This commit is contained in:
Chet Ramey
2024-01-13 18:26:00 -05:00
parent d1cf6ad908
commit 0bec38a566
2 changed files with 4 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 24
#define PATCHLEVEL 25
#endif /* _PATCHLEVEL_H_ */