Bash-5.2 patch 3: preserve newlines while parsing command substitutions

This commit is contained in:
Chet Ramey
2022-11-07 11:39:47 -05:00
parent a99d905216
commit 3039110d08
2 changed files with 14 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 2
#define PATCHLEVEL 3
#endif /* _PATCHLEVEL_H_ */