install-sh doesn't have the permission to be executed during make
One hundred command line tools in a small and portable binary.
Brought to you by:
stahlworks
When installing from source on Mac os x, "make" fails due to the file "install-sh" not having the correct permission to be executed. Doing a "chmod +x install-sh" prior to launching "make" solves this issue. Could it be possible to give the proper permission to this file directly in the source?
ok, the +x flag will be set in future releases. i also updated the .tar.gz now.