mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-01 17:39:56 +02:00
7 lines
40 B
Plaintext
7 lines
40 B
Plaintext
set -e
|
|
if set +e
|
|
then
|
|
false
|
|
fi
|
|
echo hi
|