Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
f15aa57a7f5edcbf3098873b8798c0ea7f496ed7
/
.
/
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
:
$
?