Bash-5.2 patch 19: fix case where background job set the terminal process group

This commit is contained in:
Chet Ramey
2023-11-09 16:45:56 -05:00
parent a78e27a142
commit f4cb298c02
2 changed files with 8 additions and 3 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 18
#define PATCHLEVEL 19
#endif /* _PATCHLEVEL_H_ */