diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-02-08 07:23:13 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-02-08 07:23:13 +0000 |
commit | ecc775772ae08fbcf0015b33f2687bbbad051a93 (patch) | |
tree | bee8c3c52267ebc96e4ece9137aa7227836ff52a /tool/eval.rb | |
parent | 922f3d0bed4d48bc34a9e3ac7daf59a64852de65 (diff) | |
download | ruby-ecc775772ae08fbcf0015b33f2687bbbad051a93.tar.gz |
* 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/eval.rb')
-rwxr-xr-x | tool/eval.rb | 2 |
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' |