Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
458c1f218bb6a6bd0325f0b0cedea5ab0980dbc3
/
.
/
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
;
}