Bash-4.4 patch 15
This commit is contained in:
parent
2fb21d75bf
commit
9cce630e80
2 changed files with 3 additions and 1 deletions
|
@ -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_ */
|
||||
|
|
2
subst.c
2
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--;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue