summaryrefslogtreecommitdiff
path: root/tool/compile_prelude.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/compile_prelude.rb')
-rw-r--r--tool/compile_prelude.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/compile_prelude.rb b/tool/compile_prelude.rb
index 314c98689e..7199434441 100644
--- a/tool/compile_prelude.rb
+++ b/tool/compile_prelude.rb
@@ -39,7 +39,7 @@ lines_list = preludes.map {|filename|
end
if RbConfig::MAKEFILE_CONFIG.has_key? key
val = RbConfig.expand("$(#{key})", mkconf)
- need_ruby_prefix = true if /\A\#{TMP_RUBY_PREFIX\}/ =~ val
+ need_ruby_prefix = true if /\A\#\{TMP_RUBY_PREFIX\}/ =~ val
c_esc(val)
else
"nil"