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

6 lines
106 B
Plaintext

# make sure an exit command in an exit trap sets the shell's exit status
trap - 0
trap 'exit 5' 0
exit 0