i-bash/tests/exec2.sub

6 lines
106 B
Text
Raw Normal View History

1997-06-05 14:59:13 +00:00
# make sure an exit command in an exit trap sets the shell's exit status
trap - 0
trap 'exit 5' 0
exit 0