We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
'/' != "."
1 parent 716aafd commit 4ae9a75Copy full SHA for 4ae9a75
src/Abstract/DynamicLink.jl
@@ -135,7 +135,7 @@ function canonical_rpaths(rpath::RPath)
135
paths[idx] = abspath(paths[idx])
136
137
# Make sure that if it's a directory, it _always_ has a trailing path separator.
138
- if isdir(paths[idx]) && paths[idx][end] != Base.Filesystem.path_separator
+ if isdir(paths[idx]) && paths[idx][end:end] != Base.Filesystem.path_separator
139
paths[idx] = paths[idx] * Base.Filesystem.path_separator
140
end
141
0 commit comments