Skip to content

Commit ab5830a

Browse files
committed
don't forget to add the parent directory
1 parent eb8a074 commit ab5830a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/findfonts.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ else
2222
result = String[]
2323
for p in ("/usr/share/fonts", joinpath(homedir(), ".fonts"), joinpath(homedir(), ".local/share/fonts"), "/usr/local/share/fonts",)
2424
if isdir(p)
25+
push!(result, p)
2526
add_recursive(result, p)
2627
end
2728
end

0 commit comments

Comments
 (0)