Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
932b9971d05d26e353f56bdd93daec3c9f764312
/
.
/
shell
/
hush_test
/
hush-misc
/
sig_exitcode.tests
blob: 7879dc8547eb7eb1751976454e82133cefb73895 [
file
] [
log
] [
blame
]
exec
2
>&
1
$THIS_SH
-
c
'kill -9 $$'
echo
137
:
$
?
!
$THIS_SH
-
c
'kill -9 $$'
echo
0
:
$
?
echo
Done