~matsubara/curtin/trunk.sighandler

« back to all changes in this revision

Viewing changes to tools/launch

  • Committer: Scott Moser
  • Date: 2015-09-18 18:13:41 UTC
  • Revision ID: smoser@ubuntu.com-20150918181341-grqo7hb2azxqikdr
with multiple kids you have to say waht to wait for

Show diffs side-by-side

added added

removed removed

Lines of Context:
435
435
        "${cmd[@]}" &
436
436
        XKVM_PID=$!
437
437
        debug 1 "xkvm pid: $XKVM_PID. launch pid: $$"
438
 
        wait
 
438
        wait "${XKVM_PID}"
439
439
        ret=$?
440
440
        XKVM_PID=""
441
441
    else