dont use the runner, not needed

This commit is contained in:
David Dollar
2011-09-12 20:30:01 -04:00
parent ec7f4a480d
commit 20e598abcc
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ private ######################################################################
begin
Dir.chdir directory do
PTY.spawn(runner, process.command) do |stdin, stdout, pid|
PTY.spawn(process.command) do |stdin, stdout, pid|
trap("SIGTERM") { Process.kill("SIGTERM", pid) }
until stdin.eof?
info stdin.gets, process