summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-02-08 07:23:13 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-02-08 07:23:13 +0000
commitecc775772ae08fbcf0015b33f2687bbbad051a93 (patch)
treebee8c3c52267ebc96e4ece9137aa7227836ff52a /tool
parent922f3d0bed4d48bc34a9e3ac7daf59a64852de65 (diff)
* common.mk (COMPILE_PRELUDE): rbconfig is loaded on demand.
* tool/eval.rb, win32/{mkexports,resource}.rb: miniruby no longer contains "." in $:. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool')
-rwxr-xr-xtool/eval.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/eval.rb b/tool/eval.rb
index f7299c8b95..ced244a4da 100755
--- a/tool/eval.rb
+++ b/tool/eval.rb
@@ -1,5 +1,5 @@
-require 'rbconfig'
+require './rbconfig'
require 'fileutils'
require 'pp'