Bash-5.0 patch 5: prevent optimizing forks away too aggressively

This commit is contained in:
Chet Ramey
2019-04-20 14:25:52 -04:00
parent 16c907aa3b
commit 41f5420db7
4 changed files with 27 additions and 4 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 4
#define PATCHLEVEL 5
#endif /* _PATCHLEVEL_H_ */