blob: c1caaead5cc24d7e89dbb03ddc79a57f1270a2fa [file] [log] [blame]
Jari Aaltod166f041997-06-05 14:59:13 +00001# make sure an exit command in an exit trap sets the shell's exit status
2trap - 0
3trap 'exit 5' 0
4
5exit 0