Skip to content

Commit

Permalink
try not normalized paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jvshahid authored and larskanis committed Feb 4, 2017
1 parent 0cbd658 commit 2538320
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/mini_portile2/mini_portile.rb
Expand Up @@ -252,7 +252,8 @@ def files_hashs
end

def normalize_path path
path.gsub(File::SEPARATOR, File::ALT_SEPARATOR || File::SEPARATOR)
path
# path.gsub(File::SEPARATOR, File::ALT_SEPARATOR || File::SEPARATOR)
end

def verify_file(file)
Expand Down

0 comments on commit 2538320

Please sign in to comment.