Skip to content

Commit

Permalink
puts relpath
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokaro committed May 29, 2024
1 parent 14531bd commit 4c5c822
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/ocran
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ EOF
loop do
relpath = path.relative_path_from(srcroot)
if relpath.absolute?
puts relpath
Ocran.fatal_error "No common directory contains all specified files"
end
if relpath.to_posix =~ /^\.\.\//
Expand Down

0 comments on commit 4c5c822

Please sign in to comment.