summaryrefslogtreecommitdiff
path: root/tool/runruby.rb
diff options
context:
space:
mode:
-rwxr-xr-xtool/runruby.rb8
1 files changed, 8 insertions, 0 deletions
@@ -106,6 +106,14 @@ end
ENV.update env
cmd = [runner || ruby]
cmd.concat(ARGV)
cmd.unshift(*precommand) unless precommand.empty?