Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
external_bash
/
e394fc5f5f254fd9b7a16306a84c19d9d9ae886f
/
.
/
tests
/
exec2.sub
blob: c1caaead5cc24d7e89dbb03ddc79a57f1270a2fa [
file
] [
log
] [
blame
]
# make sure an exit command in an exit trap sets the shell's exit status
trap
-
0
trap
'exit 5'
0
exit
0