source:
trunk/src/kash/tests/trap-exit-1@
2288
Last change on this file since 2288 was 2288, checked in by , 16 years ago | |
---|---|
|
|
File size: 92 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | set -x |
3 | |
4 | trap 'echo "trap-exit-1: overriding exit 1"; exit 0' EXIT |
5 | exit 1 |
6 | exit 2 |
7 | |
8 |
Note:
See TracBrowser
for help on using the repository browser.