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:
parent
cc4f2f8fcb
commit
1efae2f585
1 changed files with 1 additions and 1 deletions
|
@ -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 ".."
|
||||
|
|
Loading…
Reference in a new issue