commit bash-20190118 snapshot

This commit is contained in:
Chet Ramey
2019-01-22 08:40:19 -05:00
parent 0e8fd32490
commit cb7da4469b
10 changed files with 54 additions and 15 deletions
+1 -1
View File
@@ -2234,7 +2234,7 @@ array in turn, and the expansion is the resultant list.
@itemx $@{@var{parameter}%%@var{word}@}
The @var{word}
is expanded to produce a pattern and matched according to the rules
described below (@pxref{Pattern Matching}). If the pattern matches
described below (@pxref{Pattern Matching}).
If the pattern matches a trailing portion of the expanded value of
@var{parameter}, then the result of the expansion is the value of
@var{parameter} with the shortest matching pattern (the @samp{%} case)