diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | lib/shell/process-controller.rb | 8 |
2 files changed, 9 insertions, 3 deletions
@@ -1,3 +1,7 @@ Tue Mar 6 11:53:25 2007 Hidetoshi NAGAI <[email protected]> * ext/tk/sample/irbtkw.rbw: fails to exit process. @@ -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 } |