~ubuntu-branches/ubuntu/trusty/bash/trusty-security

1
2
3
set -e
trap 'echo $?' EXIT
echo ${$NO_SUCH_VAR}    # Bad substitution expected here