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