Bash-5.2 patch 17: fix for optimizing forks when using the . builtin in a subshell

This commit is contained in:
Chet Ramey
2023-11-09 16:44:13 -05:00
parent 4214b0e12b
commit 7d7979ba4c
2 changed files with 2 additions and 2 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 16
#define PATCHLEVEL 17
#endif /* _PATCHLEVEL_H_ */