mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-07 02:32:27 +02:00
Bash-5.3-alpha release
This commit is contained in:
@@ -65,6 +65,9 @@ echo $? -- ${PIPESTATUS[@]}
|
||||
|
||||
true | binfalse | true
|
||||
echo $? -- ${PIPESTATUS[@]}
|
||||
|
||||
binfalse | true | true | VAR=42
|
||||
echo $? $VAR
|
||||
set +o pipefail
|
||||
|
||||
${THIS_SH} ./lastpipe1.sub
|
||||
|
||||
Reference in New Issue
Block a user