Bash-5.0 patch 11: fix quoted null character removal in operands of conditional ([[) commands

This commit is contained in:
Chet Ramey
2019-08-29 11:21:20 -04:00
parent 6a3116f58c
commit d894cfd104
2 changed files with 6 additions and 2 deletions

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 10
#define PATCHLEVEL 11
#endif /* _PATCHLEVEL_H_ */