From a2af08da0c33d2dcde870b491f62a8bd0c1c6b81 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 20 Jan 1999 04:59:39 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r372, which included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@373 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- rubytest.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rubytest.rb') diff --git a/rubytest.rb b/rubytest.rb index f0e4bf8c8..cf583c1df 100644 --- a/rubytest.rb +++ b/rubytest.rb @@ -1,3 +1,5 @@ +#! ./miniruby -I. + require 'rbconfig' include Config -- cgit