commit bash-20170915 snapshot

This commit is contained in:
Chet Ramey
2017-09-20 09:30:30 -04:00
parent a27e6ec35a
commit 1ebae4666c
6 changed files with 21 additions and 14 deletions
+3 -1
View File
@@ -6945,7 +6945,9 @@ arguments to a previous command into the current input line, or
fix errors in previous commands quickly.
.PP
History expansion is performed immediately after a complete line
is read, before the shell breaks it into words.
is read, before the shell breaks it into words, and is performed
on each line individually without taking quoting on previous lines into
account.
It takes place in two parts.
The first is to determine which line from the history list
to use during substitution.