Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
eb17b6f6c99df4a132742facd43a9485bb7ac5a0
/
.
/
shell
/
hush_test
/
hush-misc
/
exit1.tests
blob: 41e0d092d2ff1330bcdf26c60837cda5ff643216 [
file
] [
log
] [
blame
]
trap
"echo Not shown"
EXIT
(
exit
)
# must be silent
trap
"echo Once; exit"
EXIT
{
exit
;
}