[Cmake-commits] [cmake-commits] king committed cygwin-package.sh.in 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Oct 5 10:29:05 EDT 2009


Update of /cvsroot/CMake/CMake/Templates
In directory public:/mounts/ram/cvs-serv6907/Templates

Modified Files:
	cygwin-package.sh.in 
Log Message:
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.


Index: cygwin-package.sh.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Templates/cygwin-package.sh.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** cygwin-package.sh.in	30 Oct 2007 01:10:49 -0000	1.1
--- cygwin-package.sh.in	5 Oct 2009 14:28:57 -0000	1.2
***************
*** 1,2 ****
--- 1,4 ----
+ #!/bin/sh
+ 
  # this is a sample shell script used for building a cmake
  # based project for a cygwin setup package.



More information about the Cmake-commits mailing list