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