dont use the runner, not needed
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
#!/usr/bin/env ruby
|
||||
exec ARGV.join(" ")
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user