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:
parent
3b7e46b27f
commit
82c8b48c2a
|
@ -1,3 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
# this is a sample shell script used for building a cmake
|
||||
# based project for a cygwin setup package.
|
||||
|
||||
|
|
Loading…
Reference in New Issue