Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Windows extract: always chmod files (JuliaIO#85)
This actually changes the logic to be the same on all platforms. It just happens that on non-Windows platforms files should not be created with execute bits set; if they are, we'll now handle it properly, i.e. by turning them off for non-executable files.
- Loading branch information