Bash-5.2 patch 21: fix for expanding command substitutions in a word expansion in a here-document

This commit is contained in:
Chet Ramey
2023-11-09 16:48:34 -05:00
parent b8a52e05d4
commit 2bb3cbefdb
2 changed files with 3 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 20
#define PATCHLEVEL 21
#endif /* _PATCHLEVEL_H_ */