From: Chet Ramey Date: Mon, 29 Jan 2018 21:04:56 +0000 (-0500) Subject: Bash-4.4 patch 18 X-Git-Tag: bash-5.0-alpha~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eb78197af36bb0fb95493ebf8fce104be6832ec9;p=thirdparty%2Fbash.git Bash-4.4 patch 18 --- diff --git a/builtins/read.def b/builtins/read.def index 803bea353..b54b3af6c 100644 --- a/builtins/read.def +++ b/builtins/read.def @@ -610,7 +610,7 @@ read_builtin (list) } CHECK_ALRM; - + QUIT; /* in case we didn't call check_signals() */ #if defined (READLINE) } #endif diff --git a/patchlevel.h b/patchlevel.h index 98e714da8..f0ee56e4c 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -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 17 +#define PATCHLEVEL 18 #endif /* _PATCHLEVEL_H_ */