]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/errors2.sub
Bash-4.3 patch 7
[thirdparty/bash.git] / tests / errors2.sub
CommitLineData
ac50fbac
CR
1set -e
2trap 'echo $?' EXIT
3echo ${$NO_SUCH_VAR} # Bad substitution expected here