summaryrefslogtreecommitdiff
path: root/runruby.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-09-24 13:28:53 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-09-24 13:28:53 +0000
commit423eb89f36d3c3a5955c6f766cca32fe5e7499c5 (patch)
tree9cb206089b311500cd44c2dde4e33e8f50848020 /runruby.rb
parenta1596a47677af2aadaf4dea1e420e6500bb37c7f (diff)
* runruby.rb: extension library scripts moved into common directory.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@11007 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'runruby.rb')
-rwxr-xr-xrunruby.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/runruby.rb b/runruby.rb
index e749441553..cc04895c33 100755
--- a/runruby.rb
+++ b/runruby.rb
@@ -35,7 +35,7 @@ end
libs = [abs_archdir, File.expand_path("lib", srcdir)]
if extout
abs_extout = File.expand_path(extout)
- libs << abs_extout << File.expand_path(RUBY_PLATFORM, abs_extout)
+ libs << File.expand_path("common", abs_extout) << File.expand_path(RUBY_PLATFORM, abs_extout)
end
config["bindir"] = abs_archdir
ENV["RUBY"] = File.expand_path(ruby)