Bash-5.2 patch 30: fix bug with marking jobs terminated by signals as notified

This commit is contained in:
Chet Ramey
2024-08-01 11:36:07 -04:00
parent bc3e91dbec
commit 6e45e752d6
2 changed files with 37 additions and 5 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 29
#define PATCHLEVEL 30
#endif /* _PATCHLEVEL_H_ */