1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

commit miss

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4375 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2003-08-12 08:06:22 +00:00
parent cc4f2f8fcb
commit 1efae2f585

View file

@ -269,7 +269,7 @@ SRC
end
rubies = []
%w[RUBY RUBYW].each {|r|
config_string(r+"_INSTALL_NAME") {|r| l << r+EXEEXT}
config_string(r+"_INSTALL_NAME") {|r| rubies << r+EXEEXT}
}
Dir.chdir ".."