Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
4967a41ba1d17090e764952975c651b22fd183d1
/
.
/
shell
/
hush_test
/
hush-trap
/
save-ret.tests
blob: 0786b6d9640fc8dab9bd75acae712a4f91d17feb [
file
] [
log
] [
blame
]
# make sure we do not corrupt $? across traps
trap
"echo YEAH; false"
USR1
kill
-
USR1 $$
echo $
?