aboutsummaryrefslogtreecommitdiffstats
path: root/tool/mkconfig.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-25 02:47:07 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-25 02:47:07 +0000
commite11a1fc9b7ee5242bbb51fe8eb100e15be93abbc (patch)
tree9e063121f23d955ecf483c52e3f78b016e3832b8 /tool/mkconfig.rb
parent970cfee510c3d536ae5348ecbb4d3d8232d72c20 (diff)
downloadruby-e11a1fc9b7ee5242bbb51fe8eb100e15be93abbc.tar.gz
* tool/mkconfig.rb, tool/instruby.rb: removed redundant code.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23566 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/mkconfig.rb')
-rwxr-xr-xtool/mkconfig.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/mkconfig.rb b/tool/mkconfig.rb
index d725fe0929..116791dafe 100755
--- a/tool/mkconfig.rb
+++ b/tool/mkconfig.rb
@@ -4,7 +4,7 @@
$install_name ||= nil
$so_name ||= nil
-srcdir = File.expand_path('..', File.dirname(__FILE__))
+srcdir = File.expand_path('../..', __FILE__)
$:.replace [srcdir+"/lib"] unless defined?(CROSS_COMPILING)
$:.unshift(".")