summaryrefslogtreecommitdiff
path: root/tool/runruby.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/runruby.rb')
-rwxr-xr-xtool/runruby.rb1
1 files changed, 1 insertions, 0 deletions
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'