blob: d99178585d757d99d3b8e3f3f4900fcd1e3b4631 [file] [log] [blame]
Denys Vlasenko3227d3f2010-05-17 09:49:47 +02001# Bug was in handling of "}&" without space
2{ trap "echo got TERM" TERM; sleep 2; }& sleep 1; kill $!; wait
3echo Done: $?