[Cmake-commits] CMake branch, next, updated. v2.8.3-916-ge5105d7

Eric Noulard eric.noulard at gmail.com
Wed Dec 15 15:29:11 EST 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  e5105d759d0f2e75457802741786068f15503b40 (commit)
       via  07bd856bd0810bbc35835d4b868c915711df4086 (commit)
      from  6b4d6386f7c1aed4172a59b830395cee3633c3f9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e5105d759d0f2e75457802741786068f15503b40
commit e5105d759d0f2e75457802741786068f15503b40
Merge: 6b4d638 07bd856
Author:     Eric Noulard <eric.noulard at gmail.com>
AuthorDate: Wed Dec 15 15:29:10 2010 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Dec 15 15:29:10 2010 -0500

    Merge topic 'CPackSTGZ-NoSubstitution' into next
    
    07bd856 CPackSTGZ  quote here-doc, fix bug10518


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=07bd856bd0810bbc35835d4b868c915711df4086
commit 07bd856bd0810bbc35835d4b868c915711df4086
Author:     Eric NOULARD <eric.noulard at gmail.com>
AuthorDate: Wed Dec 15 21:20:13 2010 +0100
Commit:     Eric NOULARD <eric.noulard at gmail.com>
CommitDate: Wed Dec 15 21:20:13 2010 +0100

    CPackSTGZ  quote here-doc, fix bug10518

diff --git a/Modules/CPack.STGZ_Header.sh.in b/Modules/CPack.STGZ_Header.sh.in
index 3b50e74..dee576f 100755
--- a/Modules/CPack.STGZ_Header.sh.in
+++ b/Modules/CPack.STGZ_Header.sh.in
@@ -80,7 +80,7 @@ then
 
   if [ "x${cpack_skip_license}x" != "xTRUEx" ]
   then
-    more << ____cpack__here_doc____
+    more << '____cpack__here_doc____'
 @CPACK_RESOURCE_FILE_LICENSE_CONTENT@
 ____cpack__here_doc____
     echo

-----------------------------------------------------------------------

Summary of changes:
 Modules/CPack.STGZ_Header.sh.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list