aboutsummaryrefslogtreecommitdiffstats
path: root/tool/runruby.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/runruby.rb')
-rwxr-xr-xtool/runruby.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/tool/runruby.rb b/tool/runruby.rb
index c316ff2d47..9329ef72b6 100755
--- a/tool/runruby.rb
+++ b/tool/runruby.rb
@@ -1,5 +1,8 @@
#!./miniruby
+# Used by "make runruby", configure, and by hand to run a locally-built Ruby
+# with correct environment variables and arguments.
+
show = false
precommand = []
while arg = ARGV[0]