Sign in
coral
/
busybox
/
d30d1ebc117db182a6156df182057291d6fbaae1
/
.
/
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 $
?