]> git.ipfire.org Git - thirdparty/bash.git/blob - tests/errors2.sub
Bash-4.3 distribution sources and documentation
[thirdparty/bash.git] / tests / errors2.sub
1 set -e
2 trap 'echo $?' EXIT
3 echo ${$NO_SUCH_VAR} # Bad substitution expected here