mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
2 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
||||
* compile.c (setup_args): change parameter type.
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
# Never use test/unit in this file.
|
||||
# Never use Ruby extensions in this file.
|
||||
|
||||
$LOAD_PATH.unshift "#{File.dirname($0)}/lib"
|
||||
require 'fileutils'
|
||||
|
||||
def main
|
||||
|
|
Loading…
Reference in a new issue