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:
+1
-1
@@ -9539,7 +9539,7 @@ in the same way as \fBecho \-e\fP.
|
||||
.B %q
|
||||
causes \fBprintf\fP to output the corresponding
|
||||
\fIargument\fP in a format that can be reused as shell input.
|
||||
\fB%q\fP and \fB%Q\fP use the \fB$''\fP quoting style if any characters
|
||||
\fB%q\fP and \fB%Q\fP use the \fB$\(aq\(aq\fP quoting style if any characters
|
||||
in the argument string require it, and backslash quoting otherwise.
|
||||
If the format string uses the \fIprintf\fP alternate form, these two
|
||||
formats quote the argument string using single quotes.
|
||||
|
||||
Reference in New Issue
Block a user