commit bash-20190816 snapshot

This commit is contained in:
Chet Ramey
2019-08-19 09:14:49 -04:00
parent c3bca1d0a5
commit 3ec948312d
6 changed files with 84 additions and 70 deletions
+2 -2
View File
@@ -1664,7 +1664,7 @@ only be referenced; assignment to them is not allowed.
When the expansion is not within double quotes, each positional parameter
expands to a separate word.
In contexts where it is performed, those words
are subject to further word splitting and pathname expansion.
are subject to further word splitting and filename expansion.
When the expansion occurs within double quotes, it expands to a single word
with the value of each parameter separated by the first character of the
@env{IFS} special variable. That is, @code{"$*"} is equivalent
@@ -2880,7 +2880,7 @@ A variant of here documents, the format is:
The @var{word} undergoes
tilde expansion, parameter and variable expansion,
command substitution, arithmetic expansion, and quote removal.
Pathname expansion and word splitting are not performed.
Filename expansion and word splitting are not performed.
The result is supplied as a single string,
with a newline appended,
to the command on its