Bash-5.0 patch 12: fix problems moving back beyond start of history

This commit is contained in:
Chet Ramey
2020-02-07 15:16:28 -05:00
parent d894cfd104
commit b0852fb54e
2 changed files with 5 additions and 2 deletions

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 11
#define PATCHLEVEL 12
#endif /* _PATCHLEVEL_H_ */