Skip to content

Commit f111a3a

Browse files
committed
git-all: convert paths to absolute
1 parent e299073 commit f111a3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

git-all

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ Main {
161161
# hard drives with large filesets).
162162

163163
IO.popen(find_cmd).each do |path|
164+
path = File.absolute_path path
165+
164166
next if seen.include? path # never process the same path twice
165167
seen << path
166168

0 commit comments

Comments
 (0)