[cmake-commits] andy committed CPack.STGZ_Header.sh.in 1.4 1.5

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Mar 6 09:16:48 EST 2007


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv6673/Modules

Modified Files:
	CPack.STGZ_Header.sh.in 
Log Message:
STYLE: Defautl answer for the license is no


Index: CPack.STGZ_Header.sh.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CPack.STGZ_Header.sh.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- CPack.STGZ_Header.sh.in	13 Dec 2006 21:44:49 -0000	1.4
+++ CPack.STGZ_Header.sh.in	6 Mar 2007 14:16:46 -0000	1.5
@@ -84,7 +84,7 @@
 @CPACK_RESOURCE_FILE_LICENSE_CONTENT@
 ____cpack__here_doc____
     echo
-    echo "Do you accept the license? [Yn]: "
+    echo "Do you accept the license? [yN]: "
     read line leftover
     case ${line} in
       y* | Y*)



More information about the Cmake-commits mailing list