Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
99476502f926fb6e5d61126c3b672f3f6f357d5d
/
.
/
shell
/
hush_test
/
hush-misc
/
exitcode_trap7.tests
blob: f4b0eb54466998fa6d1d81a4f18afc202b90c973 [
file
] [
log
] [
blame
]
$THIS_SH
-
c
'
cleanup() { set +e; false; }
set -e
trap cleanup EXIT
echo Start
'
echo
Ok
:
$
?