commit bash-20180322 snapshot

This commit is contained in:
Chet Ramey
2018-03-26 11:11:52 -04:00
parent f602026a0c
commit 12933b5bc7
25 changed files with 1846 additions and 2220 deletions
+3 -1
View File
@@ -11820,7 +11820,9 @@ but the <code>FIGNORE</code> shell variable is used.
is considered.
The string is first split using the characters in the <code>IFS</code>
special variable as delimiters.
Shell quoting is honored.
Shell quoting is honored within the string, in order to provide a
mechanism for the words to contain shell metacharacters or characters
in the value of <code>IFS</code>.
Each word is then expanded using
brace expansion, tilde expansion, parameter and variable expansion,
command substitution, and arithmetic expansion,