From: Chet Ramey Date: Mon, 29 Jan 2018 21:04:56 +0000 (-0500) Subject: Bash-4.4 patch 18 X-Git-Url: https://git.feebdaed.xyz/?a=commitdiff_plain;h=eb78197af36bb0fb95493ebf8fce104be6832ec9;p=0xmirror%2Fbash.git Bash-4.4 patch 18 --- diff --git a/builtins/read.def b/builtins/read.def index 803bea3..b54b3af 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 98e714d..f0ee56e 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_ */