]> git.ipfire.org Git - thirdparty/bash.git/commitdiff
Bash-4.4 patch 18
authorChet Ramey <chet.ramey@case.edu>
Mon, 29 Jan 2018 21:04:56 +0000 (16:04 -0500)
committerChet Ramey <chet.ramey@case.edu>
Mon, 29 Jan 2018 21:04:56 +0000 (16:04 -0500)
builtins/read.def
patchlevel.h

index 803bea3532571f7eeb6df0747e48284c728ab837..b54b3af6ce19dba6a5490b19da2c9261a20bef24 100644 (file)
@@ -610,7 +610,7 @@ read_builtin (list)
        }
 
       CHECK_ALRM;
-
+      QUIT;            /* in case we didn't call check_signals() */
 #if defined (READLINE)
        }
 #endif
index 98e714da8ade026f11f000ded6eefc148ad26a95..f0ee56e4cb0819222c7cd7edf95bae3bcb48f8ec 100644 (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 17
+#define PATCHLEVEL 18
 
 #endif /* _PATCHLEVEL_H_ */