From 5e26d9853f9d42e5a36953ac4a7f10d2e2b0e257 Mon Sep 17 00:00:00 2001 From: Packit Date: Sep 17 2020 16:37:14 +0000 Subject: Apply patch bash-4.4-patch-15.patch patch_name: bash-4.4-patch-15.patch present_in_specfile: true location_in_specfile: 15 --- diff --git a/patchlevel.h b/patchlevel.h index 09a3cc8..6e9ed3f 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 dbf0157..fc00cab 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--;