mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-21 21:07:57 +02:00
4 lines
84 B
Plaintext
4 lines
84 B
Plaintext
set -e
|
|
trap 'echo $?' EXIT
|
|
echo ${$NO_SUCH_VAR} # Bad substitution expected here
|