Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
5f1b90b91af1076e6ba63afa7e4d7a3dbf841ce2
/
.
/
shell
/
hush_test
/
hush-parsing
/
group2.tests
blob: d99178585d757d99d3b8e3f3f4900fcd1e3b4631 [
file
] [
log
] [
blame
]
# Bug was in handling of "}&" without space
{
trap
"echo got TERM"
TERM
;
sleep
2
;
}&
sleep
1
;
kill $
!;
wait
echo
Done
:
$
?