]> git.ipfire.org Git - thirdparty/bash.git/commitdiff
Bash-5.2 patch 26: fix typo when specifying readline's custom color prefix master bash-5.3-alpha
authorChet Ramey <chet.ramey@case.edu>
Sat, 13 Jan 2024 23:27:28 +0000 (18:27 -0500)
committerChet Ramey <chet.ramey@case.edu>
Sat, 13 Jan 2024 23:27:28 +0000 (18:27 -0500)
lib/readline/colors.c
patchlevel.h

index dba81a279ac7b5d285834f7cf7fc1e03c593450d..4212c64c36d1f68499fbead576f4e4fde780bc38 100644 (file)
@@ -73,7 +73,7 @@
 static bool is_colored (enum indicator_no type);
 static void restore_default_color (void);
 
-#define RL_COLOR_PREFIX_EXTENSION      "readline-colored-completion-prefix"
+#define RL_COLOR_PREFIX_EXTENSION      ".readline-colored-completion-prefix"
 
 COLOR_EXT_TYPE *_rl_color_ext_list = 0;
 
index 8c430b164c60ed5a87b3d0f30c026756e79b83f5..e4814212403e01fa9f9ea9c21c1657bb5e7c6fe9 100644 (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_ */