diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-10-27 02:16:55 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-10-27 02:16:55 +0000 |
commit | 32ffd36c6f597ba213b1cc84e38005cb4ccf2318 (patch) | |
tree | fd4cb7ae99b8d63ebcaf618e81dec391de2187f0 /mkconfig.rb | |
parent | 4f5f65b4f718bec77688876a7b6031cbba5ff4f1 (diff) | |
download | ruby-32ffd36c6f597ba213b1cc84e38005cb4ccf2318.tar.gz |
* moved a blank line.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3005 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'mkconfig.rb')
-rw-r--r-- | mkconfig.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkconfig.rb b/mkconfig.rb index eac64c1d9d..9ee960ed34 100644 --- a/mkconfig.rb +++ b/mkconfig.rb @@ -19,9 +19,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})" + ] v_fast = [] |