3 lines
84 B
Text
3 lines
84 B
Text
set -e
|
|
trap 'echo $?' EXIT
|
|
echo ${$NO_SUCH_VAR} # Bad substitution expected here
|