3fb13f
From 9cce630e80008e74fa9a1d9408367341caf363f2 Mon Sep 17 00:00:00 2001
3fb13f
From: Chet Ramey <chet.ramey@case.edu>
3fb13f
Date: Mon, 29 Jan 2018 16:04:01 -0500
3fb13f
Subject: [PATCH] Bash-4.4 patch 15
3fb13f
3fb13f
---
3fb13f
 patchlevel.h | 2 +-
3fb13f
 subst.c      | 2 ++
3fb13f
 2 files changed, 3 insertions(+), 1 deletion(-)
3fb13f
3fb13f
diff --git a/patchlevel.h b/patchlevel.h
3fb13f
index 09a3cc84..6e9ed3fc 100644
3fb13f
--- a/patchlevel.h
3fb13f
+++ b/patchlevel.h
3fb13f
@@ -25,6 +25,6 @@
3fb13f
    regexp `^#define[ 	]*PATCHLEVEL', since that's what support/mkversion.sh
3fb13f
    looks for to find the patch level (for the sccs version string). */
3fb13f
 
3fb13f
-#define PATCHLEVEL 14
3fb13f
+#define PATCHLEVEL 15
3fb13f
 
3fb13f
 #endif /* _PATCHLEVEL_H_ */
3fb13f
diff --git a/subst.c b/subst.c
3fb13f
index dbf0157e..fc00cab0 100644
3fb13f
--- a/subst.c
3fb13f
+++ b/subst.c
3fb13f
@@ -5906,6 +5906,8 @@ process_substitute (string, open_for_read_in_child)
3fb13f
      parent. */
3fb13f
   expanding_redir = 0;
3fb13f
 
3fb13f
+  remove_quoted_escapes (string);
3fb13f
+
3fb13f
   subshell_level++;
3fb13f
   result = parse_and_execute (string, "process substitution", (SEVAL_NONINT|SEVAL_NOHIST));
3fb13f
   subshell_level--;
3fb13f
-- 
3fb13f
2.13.6
3fb13f