Bash-5.3 patch 9: fix crash when interrupting reverse i-search with ^C

This commit is contained in:
Chet Ramey
2025-12-10 11:30:51 -05:00
parent 11ff9325c1
commit 637f5c8696
3 changed files with 9 additions and 7 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 8
#define PATCHLEVEL 9
#endif /* _PATCHLEVEL_H_ */