summaryrefslogtreecommitdiff
path: root/lib/shell
diff options
context:
space:
mode:
-rw-r--r--lib/shell/process-controller.rb8
1 files changed, 5 insertions, 3 deletions
@@ -246,9 +246,11 @@ class Shell
redo
end
Thread.exclusive do
- terminate_job(command)
- @job_condition.signal
- command.notify "job(%id) finish.", @shell.debug?
end
end
}