commit bash-20191108 snapshot

This commit is contained in:
Chet Ramey
2019-11-13 16:41:51 -05:00
parent f48a489585
commit 5e061bb08b
18 changed files with 163 additions and 8 deletions
+1 -1
View File
@@ -367,7 +367,7 @@ heredoc_expand (redirectee, ri, lenp)
/* Now that we've changed the variable search order to ignore the temp
environment, see if we need to change the cached IFS values. */
sv_ifs ("IFS");
document = (ri == r_reading_string) ? expand_string_unsplit_to_string (redirectee->word, 0)
document = (ri == r_reading_string) ? expand_assignment_string_to_string (redirectee->word, 0)
: expand_string_to_string (redirectee->word, Q_HERE_DOCUMENT);
expanding_redir = 0;
/* Now we need to change the variable search order back to include the temp