Bash-5.1 patch 15: fix readline display of some characters > 128 in certain single-byte encodings

This commit is contained in:
Chet Ramey
2022-01-04 17:01:33 -05:00
parent 72912fb820
commit 18ad612ea8
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 14
#define PATCHLEVEL 15
#endif /* _PATCHLEVEL_H_ */