* bootstraptest/runner.rb: fix to untouch $:.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12643 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c1ac175af5
commit
c1849cf094
@ -1,3 +1,7 @@
|
|||||||
|
Thu Jun 28 02:12:08 2007 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
|
* bootstraptest/runner.rb: fix to untouch $:.
|
||||||
|
|
||||||
Thu Jun 28 02:03:07 2007 Koichi Sasada <ko1@atdot.net>
|
Thu Jun 28 02:03:07 2007 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
* compile.c (setup_args): change parameter type.
|
* compile.c (setup_args): change parameter type.
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
# Never use test/unit in this file.
|
# Never use test/unit in this file.
|
||||||
# Never use Ruby extensions in this file.
|
# Never use Ruby extensions in this file.
|
||||||
|
|
||||||
$LOAD_PATH.unshift "#{File.dirname($0)}/lib"
|
|
||||||
require 'fileutils'
|
require 'fileutils'
|
||||||
|
|
||||||
def main
|
def main
|
||||||
|
Loading…
x
Reference in New Issue
Block a user