mirror of
https://git.busybox.net/busybox
synced 2025-05-10 04:33:59 +02:00
3 lines
122 B
Text
Executable file
3 lines
122 B
Text
Executable file
# Bug was in handling of "}&" without space
|
|
{ trap "echo got TERM" TERM; sleep 2; }& sleep 1; kill $!; wait
|
|
echo Done: $?
|