source:
vendor/bash/3.1-p17/tests/exec2.sub
Last change on this file was 3228, checked in by , 18 years ago | |
---|---|
File size: 106 bytes |
Line | |
---|---|
1 | # make sure an exit command in an exit trap sets the shell's exit status |
2 | trap - 0 |
3 | trap 'exit 5' 0 |
4 | |
5 | exit 0 |
Note:
See TracBrowser
for help on using the repository browser.