mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-14 23:50:49 +02:00
alias expansion fix in case statements
This commit is contained in:
+5
-4
@@ -1140,10 +1140,11 @@ quotes (see
|
||||
.B PARAMETERS
|
||||
below).
|
||||
.PP
|
||||
Words of the form \fB$\fP\(aq\fIstring\fP\(aq are treated specially. The
|
||||
word expands to \fIstring\fP, with backslash-escaped characters replaced
|
||||
as specified by the ANSI C standard. Backslash escape sequences, if
|
||||
present, are decoded as follows:
|
||||
Character sequences of the form \fB$\fP\(aq\fIstring\fP\(aq are treated
|
||||
as a special variant of single quotes.
|
||||
The sequence expands to \fIstring\fP, with backslash-escaped characters
|
||||
in \fIstring\fP replaced as specified by the ANSI C standard.
|
||||
Backslash escape sequences, if present, are decoded as follows:
|
||||
.RS
|
||||
.PD 0
|
||||
.TP
|
||||
|
||||
Reference in New Issue
Block a user