commit bash-20160826 snapshot

This commit is contained in:
Chet Ramey
2016-08-29 10:44:57 -04:00
parent ff0adf8a0a
commit 79eedac429
38 changed files with 3528 additions and 3279 deletions
+4
View File
@@ -1703,6 +1703,10 @@ This is performed at the
same time as tilde, parameter, variable, and arithmetic expansion and
command substitution.
After these expansions are performed, quote characters present in the
original word are removed unless they have been quoted themselves
(@var{quote removal}).
Only brace expansion, word splitting, and filename expansion
can change the number of words of the expansion; other expansions
expand a single word to a single word.