ruby-changes:1970
From: ko1@a...
Date: 17 Sep 2007 05:11:05 +0900
Subject: [ruby-changes:1970] shyouhei - Ruby:r13461 (ruby_1_8_6): * runruby.rb: fix incomplete backport r12339.
shyouhei 2007-09-17 05:10:52 +0900 (Mon, 17 Sep 2007) New Revision: 13461 Modified files: branches/ruby_1_8_6/ChangeLog branches/ruby_1_8_6/runruby.rb branches/ruby_1_8_6/version.h Log: * runruby.rb: fix incomplete backport r12339. http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_6/ChangeLog?r1=13461&r2=13460 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_6/version.h?r1=13461&r2=13460 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_6/runruby.rb?r1=13461&r2=13460 Index: ruby_1_8_6/ChangeLog =================================================================== --- ruby_1_8_6/ChangeLog (revision 13460) +++ ruby_1_8_6/ChangeLog (revision 13461) @@ -1,3 +1,7 @@ +Mon Sep 17 05:01:55 2007 Nobuyoshi Nakada <nobu@r...> + + * runruby.rb: fix incomplete backport r12339. + Mon Sep 17 04:56:28 2007 Nobuyoshi Nakada <nobu@r...> * test/thread/test_thread.rb (test_local_barrier), Index: ruby_1_8_6/version.h =================================================================== --- ruby_1_8_6/version.h (revision 13460) +++ ruby_1_8_6/version.h (revision 13461) @@ -2,7 +2,7 @@ #define RUBY_RELEASE_DATE "2007-09-17" #define RUBY_VERSION_CODE 186 #define RUBY_RELEASE_CODE 20070917 -#define RUBY_PATCHLEVEL 104 +#define RUBY_PATCHLEVEL 105 #define RUBY_VERSION_MAJOR 1 #define RUBY_VERSION_MINOR 8 Index: ruby_1_8_6/runruby.rb =================================================================== --- ruby_1_8_6/runruby.rb (revision 13460) +++ ruby_1_8_6/runruby.rb (revision 13461) @@ -32,11 +32,12 @@ abort "#{ruby} is not found.\nTry `make' first, then `make test', please.\n" end -libs = [abs_archdir, File.expand_path("lib", srcdir)] +libs = [abs_archdir] if extout abs_extout = File.expand_path(extout) libs << File.expand_path("common", abs_extout) << File.expand_path(RUBY_PLATFORM, abs_extout) end +libs << File.expand_path("lib", srcdir) config["bindir"] = abs_archdir ENV["RUBY"] = File.expand_path(ruby) ENV["PATH"] = [abs_archdir, ENV["PATH"]].compact.join(File::PATH_SEPARATOR) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml