Bash-5.2 patch 26: fix typo when specifying readline's custom color prefix

This commit is contained in:
Chet Ramey
2024-01-13 18:27:28 -05:00
parent 0bec38a566
commit f3b6bd1945
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 25
#define PATCHLEVEL 26
#endif /* _PATCHLEVEL_H_ */