pspdev / psplibraries

A script to automatically build open-source libraries for PSP homebrew development.
47 stars 45 forks source link

Added missing shebangs required for MinGW #79

Closed krystalgamer closed 3 years ago

krystalgamer commented 3 years ago

MinGW does not emulate the execute bit with file permissions but with file extensions and shebangs.

Without this change, line 44 if [ -x $f ]; then was failing.