]> git.ipfire.org Git - thirdparty/bash.git/blob - tests/exec3.sub
Bash-4.3 patch 7
[thirdparty/bash.git] / tests / exec3.sub
1 shopt -s execfail
2
3 exec /tmp/bash-notthere
4 # make sure we're still around
5 echo $?
6