Add '#!/bin/sh' to cygwin-package.sh

This commit adds '#!/bin/sh' to the top of the cygwin-package.sh.in
script.  All executable interpreted scripts should have this directive.

Patch from Modestas Vainius.  See issue #9659.
This commit is contained in:
Brad King 2009-10-05 10:28:57 -04:00
parent 3b7e46b27f
commit 82c8b48c2a
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#!/bin/sh
# this is a sample shell script used for building a cmake
# based project for a cygwin setup package.