Bash-4.4 patch 18

This commit is contained in:
Chet Ramey 2018-01-29 16:04:56 -05:00
commit eb78197af3
2 changed files with 2 additions and 2 deletions

View file

@ -610,7 +610,7 @@ read_builtin (list)
} }
CHECK_ALRM; CHECK_ALRM;
QUIT; /* in case we didn't call check_signals() */
#if defined (READLINE) #if defined (READLINE)
} }
#endif #endif

View file

@ -25,6 +25,6 @@
regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh
looks for to find the patch level (for the sccs version string). */ looks for to find the patch level (for the sccs version string). */
#define PATCHLEVEL 17 #define PATCHLEVEL 18
#endif /* _PATCHLEVEL_H_ */ #endif /* _PATCHLEVEL_H_ */