summaryrefslogtreecommitdiff
path: root/mkconfig.rb
diff options
context:
space:
mode:
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 370523d97b..400f7691af 100644
--- a/mkconfig.rb
+++ b/mkconfig.rb
@@ -64,7 +64,7 @@ end
print v_fast, v_others
print <<EOS
- CONFIG["compile_dir"] = "#{File.expand_path(File.dirname($0))}"
+ CONFIG["compile_dir"] = "#{Dir.pwd}"
CONFIG.each_value do |val|
val.gsub!(/\\$\\(([^()]+)\\)/) do |var|
key = $1