Files
bash/bash-20060316/tests/exec3.sub
T
2011-12-07 09:05:27 -05:00

7 lines
83 B
Plaintext

shopt -s execfail
exec /tmp/bash-notthere
# make sure we're still around
echo $?