Blame SOURCES/bash-4.4-patch-18.patch

9014c4
From eb78197af36bb0fb95493ebf8fce104be6832ec9 Mon Sep 17 00:00:00 2001
9014c4
From: Chet Ramey <chet.ramey@case.edu>
9014c4
Date: Mon, 29 Jan 2018 16:04:56 -0500
9014c4
Subject: [PATCH] Bash-4.4 patch 18
9014c4
9014c4
---
9014c4
 builtins/read.def | 2 +-
9014c4
 patchlevel.h      | 2 +-
9014c4
 2 files changed, 2 insertions(+), 2 deletions(-)
9014c4
9014c4
diff --git a/builtins/read.def b/builtins/read.def
9014c4
index 803bea35..b54b3af6 100644
9014c4
--- a/builtins/read.def
9014c4
+++ b/builtins/read.def
9014c4
@@ -610,7 +610,7 @@ read_builtin (list)
9014c4
 	}
9014c4
 
9014c4
       CHECK_ALRM;
9014c4
-
9014c4
+      QUIT;		/* in case we didn't call check_signals() */
9014c4
 #if defined (READLINE)
9014c4
 	}
9014c4
 #endif
9014c4
diff --git a/patchlevel.h b/patchlevel.h
9014c4
index 98e714da..f0ee56e4 100644
9014c4
--- a/patchlevel.h
9014c4
+++ b/patchlevel.h
9014c4
@@ -25,6 +25,6 @@
9014c4
    regexp `^#define[ 	]*PATCHLEVEL', since that's what support/mkversion.sh
9014c4
    looks for to find the patch level (for the sccs version string). */
9014c4
 
9014c4
-#define PATCHLEVEL 17
9014c4
+#define PATCHLEVEL 18
9014c4
 
9014c4
 #endif /* _PATCHLEVEL_H_ */
9014c4
-- 
9014c4
2.13.6
9014c4