Bash-5.2 patch 37: fix issue where comparing quoted and unquoted words to be completed results in readline not displaying possible matches

This commit is contained in:
Chet Ramey
2024-09-23 18:19:55 -04:00
parent fda8d33282
commit c5c97b3710
2 changed files with 18 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 36
#define PATCHLEVEL 37
#endif /* _PATCHLEVEL_H_ */