ruby-changes:27286
From: nobu <ko1@a...>
Date: Wed, 20 Feb 2013 21:34:29 +0900 (JST)
Subject: [ruby-changes:27286] nobu:r39338 (trunk): * tool/rbinstall.rb (libdir): fix typo. [Bug #7874]
nobu 2013-02-20 21:34:20 +0900 (Wed, 20 Feb 2013) New Revision: 39338 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39338 Log: * tool/rbinstall.rb (libdir): fix typo. [Bug #7874] Modified files: trunk/tool/rbinstall.rb Index: tool/rbinstall.rb =================================================================== --- tool/rbinstall.rb (revision 39337) +++ tool/rbinstall.rb (revision 39338) @@ -304,7 +304,7 @@ rubyw_install_name = CONFIG["rubyw_insta https://github.com/ruby/ruby/blob/trunk/tool/rbinstall.rb#L304 goruby_install_name = "go" + ruby_install_name bindir = CONFIG["bindir", true] -libdir = CONFIG[COFNIG["libdirname", true], true] +libdir = CONFIG[CONFIG["libdirname", true], true] rubyhdrdir = CONFIG["rubyhdrdir", true] archhdrdir = CONFIG["rubyarchhdrdir"] || (rubyhdrdir + "/" + CONFIG['arch']) rubylibdir = CONFIG["rubylibdir", true] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/