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

9014c4
From 9cce630e80008e74fa9a1d9408367341caf363f2 Mon Sep 17 00:00:00 2001
9014c4
From: Chet Ramey <chet.ramey@case.edu>
9014c4
Date: Mon, 29 Jan 2018 16:04:01 -0500
9014c4
Subject: [PATCH] Bash-4.4 patch 15
9014c4
9014c4
---
9014c4
 patchlevel.h | 2 +-
9014c4
 subst.c      | 2 ++
9014c4
 2 files changed, 3 insertions(+), 1 deletion(-)
9014c4
9014c4
diff --git a/patchlevel.h b/patchlevel.h
9014c4
index 09a3cc84..6e9ed3fc 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 14
9014c4
+#define PATCHLEVEL 15
9014c4
 
9014c4
 #endif /* _PATCHLEVEL_H_ */
9014c4
diff --git a/subst.c b/subst.c
9014c4
index dbf0157e..fc00cab0 100644
9014c4
--- a/subst.c
9014c4
+++ b/subst.c
9014c4
@@ -5906,6 +5906,8 @@ process_substitute (string, open_for_read_in_child)
9014c4
      parent. */
9014c4
   expanding_redir = 0;
9014c4
 
9014c4
+  remove_quoted_escapes (string);
9014c4
+
9014c4
   subshell_level++;
9014c4
   result = parse_and_execute (string, "process substitution", (SEVAL_NONINT|SEVAL_NOHIST));
9014c4
   subshell_level--;
9014c4
-- 
9014c4
2.13.6
9014c4