From 1bfb0d191b51d9484f095cb9301c773ca2eaa6cf Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 27 Oct 2002 02:16:55 +0000 Subject: [PATCH] * moved a blank line. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3005 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- mkconfig.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkconfig.rb b/mkconfig.rb index e934342bca..157c43ba67 100644 --- a/mkconfig.rb +++ b/mkconfig.rb @@ -17,9 +17,9 @@ print %[ # changes made to this file will be lost the next time ruby is built. module Config - RUBY_VERSION == "#{version}" or raise "ruby lib version (#{version}) doesn't match executable version (\#{RUBY_VERSION})" + ] print " DESTDIR = '' if not defined? DESTDIR\n CONFIG = {}\n"