From e9482963fd31122788746f130c87dc088509cd46 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 21 Jun 2015 10:52:41 +0000 Subject: runruby.rb: don't close other fds * tool/runruby.rb: rubyspec now requires other FDs not to be closed since 7b6ce1fee. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50985 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/runruby.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'tool/runruby.rb') diff --git a/tool/runruby.rb b/tool/runruby.rb index c6aaaa9cce..21735e8202 100755 --- a/tool/runruby.rb +++ b/tool/runruby.rb @@ -93,6 +93,7 @@ ENV.update env cmd = [ruby] cmd.concat(ARGV) cmd.unshift(*precommand) unless precommand.empty? +cmd.push(:close_others => false) if show require 'shellwords' -- cgit v1.2.3