зеркало из https://github.com/github/ruby.git
tool/runruby.rb: exec ruby-runner
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58951 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
d4408a3d8b
Коммит
5689f7c7e4
|
@ -97,10 +97,9 @@ end
|
||||||
|
|
||||||
ENV.update env
|
ENV.update env
|
||||||
|
|
||||||
cmd = [ruby]
|
cmd = [runner || ruby]
|
||||||
cmd.concat(ARGV)
|
cmd.concat(ARGV)
|
||||||
cmd.unshift(*precommand) unless precommand.empty?
|
cmd.unshift(*precommand) unless precommand.empty?
|
||||||
cmd.push(:close_others => false)
|
|
||||||
|
|
||||||
if show
|
if show
|
||||||
require 'shellwords'
|
require 'shellwords'
|
||||||
|
@ -108,4 +107,4 @@ if show
|
||||||
puts Shellwords.join(cmd)
|
puts Shellwords.join(cmd)
|
||||||
end
|
end
|
||||||
|
|
||||||
exec(*cmd)
|
exec(*cmd, close_others: false)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче