Bash-5.3 patch 6: fix issues with range expressions and non-ascii characters in glob patterns when globasciiranges is enabled

This commit is contained in:
Chet Ramey
2025-11-26 12:49:17 -05:00
parent f63f0134b1
commit c31cd58e6c
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 5
#define PATCHLEVEL 6
#endif /* _PATCHLEVEL_H_ */