Bash-5.1 patch 16: fix interpretation of multiple instances of ! in [[ conditional commands

This commit is contained in:
Chet Ramey
2022-01-04 17:03:45 -05:00
parent 18ad612ea8
commit 9439ce094c
3 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 15
#define PATCHLEVEL 16
#endif /* _PATCHLEVEL_H_ */