From 78b3a3ef6b4e5acac7bdc88028dee7d596ca9718 Mon Sep 17 00:00:00 2001 From: moguno Date: Thu, 8 May 2014 23:36:23 +0900 Subject: [PATCH] =?UTF-8?q?Windows=E3=81=A7=E6=97=A5=E6=9C=AC=E8=AA=9E?= =?UTF-8?q?=E3=82=92=E5=90=AB=E3=82=80=E3=83=91=E3=82=B9=E3=81=AEmikutter?= =?UTF-8?q?=E3=82=92=E8=B5=B7=E5=8B=95=E3=81=97=E3=81=9F=E5=A0=B4=E5=90=88?= =?UTF-8?q?=E3=80=81notice=E3=80=81log=E3=81=AA=E3=81=A9=E3=81=8C=E4=BE=8B?= =?UTF-8?q?=E5=A4=96=E3=82=92=E5=90=90=E3=81=8F=E5=95=8F=E9=A1=8C=E3=81=AE?= =?UTF-8?q?=E5=AF=BE=E5=87=A6=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/utils.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/utils.rb b/core/utils.rb index b5fa278..e38a94e 100644 --- a/core/utils.rb +++ b/core/utils.rb @@ -248,7 +248,7 @@ def log(prefix, object) end end -FOLLOW_DIR = File.expand_path('..') +FOLLOW_DIR = File.expand_path(File.join(File.dirname(__FILE__), '..')) def __write_stderr (msg) $stderr.write(msg.gsub(FOLLOW_DIR, '{MIKUTTER_DIR}')+"\n") end -- 1.9.2