Skip to content

Commit

Permalink
Use absolute path, not canonical, for LOADED_FEATURES.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Dec 8, 2014
1 parent 1cf29d1 commit ba987b6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -213,7 +213,7 @@ private static boolean isAbsolute(String path) {
}

protected String resolveLoadName(FileResource resource, String ruby18path) {
return resource.canonicalPath();
return resource.absolutePath();
}

protected String resolveScriptName(FileResource resource, String ruby18Path) {
Expand Down

0 comments on commit ba987b6

Please sign in to comment.