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

index 09a3cc844c2a1020d695d3b0246277bbab37cb21..6e9ed3fc898ad66e9b99411775508d5b5a563174 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 14
+#define PATCHLEVEL 15
 
 #endif /* _PATCHLEVEL_H_ */
diff --git a/subst.c b/subst.c
index dbf0157e0e89a9a94a3c5a3ea1f295516fe61315..fc00cab08fbb8c4ea2d6014c9de112627d1103c1 100644 (file)
--- a/subst.c
+++ b/subst.c
@@ -5906,6 +5906,8 @@ process_substitute (string, open_for_read_in_child)
      parent. */
   expanding_redir = 0;
 
+  remove_quoted_escapes (string);
+
   subshell_level++;
   result = parse_and_execute (string, "process substitution", (SEVAL_NONINT|SEVAL_NOHIST));
   subshell_level--;