Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
4c438b5ba4a209a6f47400fe192e9d807c8fe8fd
/
.
/
shell
/
ash_test
/
ash-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 $
?