From 381cb6a51dc40a340e39686fc76c63bc93c86f13 Mon Sep 17 00:00:00 2001 From: petitsurume Date: Wed, 19 Apr 2017 20:21:42 +0900 Subject: [PATCH] =?UTF-8?q?.=E3=81=A8=E3=81=8B..=E3=81=A0=E3=81=91?= =?UTF-8?q?=E3=81=A7=E6=8C=87=E5=AE=9A=E3=81=95=E3=82=8C=E3=82=8B=E3=81=A8?= =?UTF-8?q?=E3=83=87=E3=82=A3=E3=83=AC=E3=82=AF=E3=83=88=E3=83=AA=E5=90=8D?= =?UTF-8?q?=E3=81=8C=E3=82=8F=E3=81=8B=E3=82=89=E3=81=AA=E3=81=8F=E3=81=AA?= =?UTF-8?q?=E3=81=A3=E3=81=A6=E8=81=9E=E3=81=8F=E3=81=AE=E3=82=92=E7=9B=B4?= =?UTF-8?q?=E3=81=97=E3=81=9F=20(refs:=20#1032)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/boot/shell/spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/core/boot/shell/spec.rb b/core/boot/shell/spec.rb index fdac786b..c56eeaa1 100644 --- a/core/boot/shell/spec.rb +++ b/core/boot/shell/spec.rb @@ -75,6 +75,7 @@ class Depend < Ripper::Filter end def spec_generate(dir) + dir = File.expand_path(dir) specfile = File.join(dir, ".mikutter.yml") legacy_specfile = File.join(dir, "spec") spec = if FileTest.exist?(specfile) -- 2.11.0