Bash-5.3 patch 19: work around systems including bytes between 128 and 255 in the isalpha(3) set, which causes bash to potentially include them in identifier names

This commit is contained in:
Chet Ramey
2026-09-15 11:18:03 -04:00
parent 49502f0cdd
commit 549639c902
4 changed files with 53 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 18
#define PATCHLEVEL 19
#endif /* _PATCHLEVEL_H_ */