* 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:
ko1 2007-06-27 17:14:10 +00:00
Родитель c1ac175af5
Коммит c1849cf094
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -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