mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-10 04:00:34 +02:00
subshells should not inherit FIFOs; initial framework for nofork (foreground) command substitutions
This commit is contained in:
+2
-2
@@ -475,8 +475,8 @@ when in double quotes (@pxref{Shell Parameter Expansion}).
|
||||
@subsubsection ANSI-C Quoting
|
||||
@cindex quoting, ANSI
|
||||
|
||||
Character sequences of the form $'@var{string}' are treated as a special
|
||||
kind of single quotes.
|
||||
Character sequences of the form @code{$'@var{string}'} are treated as
|
||||
a special kind of single quotes.
|
||||
The sequence expands to @var{string}, with backslash-escaped characters
|
||||
in @var{string} replaced as specified by the ANSI C standard.
|
||||
Backslash escape sequences, if present, are decoded as follows:
|
||||
|
||||
Reference in New Issue
Block a user