From: Chet Ramey Date: Mon, 29 Jan 2018 21:04:01 +0000 (-0500) Subject: Bash-4.4 patch 15 X-Git-Tag: bash-5.0-alpha~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9cce630e80008e74fa9a1d9408367341caf363f2;p=thirdparty%2Fbash.git Bash-4.4 patch 15 --- diff --git a/patchlevel.h b/patchlevel.h index 09a3cc844..6e9ed3fc8 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -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 dbf0157e0..fc00cab08 100644 --- 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--;