summaryrefslogtreecommitdiffstats
path: root/mkconfig.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-10-27 02:16:55 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-10-27 02:16:55 +0000
commit4ade86d8b57b77d9bb889330f2bf03b3f37c348a (patch)
treefd4cb7ae99b8d63ebcaf618e81dec391de2187f0 /mkconfig.rb
parent93a2b97364fc1bdf2146fcc8298dff22dbe50203 (diff)
downloadruby-4ade86d8b57b77d9bb889330f2bf03b3f37c348a.tar.gz
ruby-4ade86d8b57b77d9bb889330f2bf03b3f37c348a.tar.xz
ruby-4ade86d8b57b77d9bb889330f2bf03b3f37c348a.zip
* moved a blank line.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3005 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'mkconfig.rb')
-rw-r--r--mkconfig.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkconfig.rb b/mkconfig.rb
index eac64c1d9..9ee960ed3 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 = []