mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-30 22:51:18 +02:00
the `history' builtin prints error messages for certain read and write errors; implementation of new form of nofork command substitution that does not remove trailing newlines
This commit is contained in:
@@ -24,6 +24,7 @@ echo ${ echo unbalanced braces; }}}
|
||||
|
||||
echo $(echo combined ${| REPLY=comsubs; })
|
||||
echo ${ echo $(echo combined ${| REPLY=comsubs; }); }
|
||||
echo "${; echo $(echo combined nostrip ${| REPLY=comsubs; }); }"
|
||||
|
||||
var=outside
|
||||
echo ${ var=inside; echo $var; }
|
||||
|
||||
Reference in New Issue
Block a user