summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mkconfig.rb2
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 = []