Browse Source

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.
Brad King 16 years ago
parent
commit
82c8b48c2a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Templates/cygwin-package.sh.in

+ 2 - 0
Templates/cygwin-package.sh.in

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