dont use the runner, not needed

This commit is contained in:
David Dollar
2011-09-12 20:29:49 -04:00
parent ec7f4a480d
commit 20e598abcc
2 changed files with 1 additions and 3 deletions

View File

@@ -1,2 +0,0 @@
#!/usr/bin/env ruby
exec ARGV.join(" ")

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