From 090704c6ac4887f0db34460b5d15fd8f483f8ec7 Mon Sep 17 00:00:00 2001 From: shinokaro Date: Thu, 30 May 2024 06:09:57 +0900 Subject: [PATCH] refine check --- bin/ocran | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/ocran b/bin/ocran index 4fb7518..298cf69 100644 --- a/bin/ocran +++ b/bin/ocran @@ -324,6 +324,7 @@ EOF srcroot else loop do + puts "not refine" unless path.respond_to?(:to_posix) relpath = path.relative_path_from(srcroot) if relpath.absolute? Ocran.fatal_error "No common directory contains all specified files"