Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_bash
/
refs/heads/n2
/
.
/
tests
/
exec2.sub
blob: c1caaead5cc24d7e89dbb03ddc79a57f1270a2fa [
file
] [
log
] [
blame
]
Jari Aalto
d166f04
1997-06-05 14:59:13 +0000
[
diff
] [
blame
]
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