Skip to content

Commit

Permalink
Use at-DIR instead of Sys.BINDIR to find UnicodeData.txt in doc build. (
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre authored Nov 14, 2018
1 parent f79b0d0 commit fbe86b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/manual/unicode-input.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function tab_completions(symbols...)
end
function unicode_data()
file = normpath(Sys.BINDIR, "..", "..", "doc", "UnicodeData.txt")
file = normpath(@__DIR__, "..", "..", "..", "..", "..", "doc", "UnicodeData.txt")
names = Dict{UInt32, String}()
open(file) do unidata
for line in readlines(unidata)
Expand Down

0 comments on commit fbe86b6

Please sign in to comment.