KSPtoMars / KSPtoMarsTools

http://ksptomars.org
MIT License
2 stars 2 forks source link

Changed unzip to always use 0755 for directories #5

Closed samschlegel closed 9 years ago

samschlegel commented 9 years ago

This fixes #1. The issue was that creating parent directories on line 46 would use the permissions of the contained file, which did not have the execute bit set. Thus you couldn't enter the directory!

The change on line 42 is most likely unnecessary, but in the interests of consistent permissions I made the change there as well.