Sign in
nest-open-source
/
nest-learning-thermostat
/
5.1
/
busybox
/
4e78bdb482363ce3d708250ad80a9b303c48ade7
/
.
/
busybox-1.19.3
/
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 $
?