Browse Source

CPackSTGZ quote here-doc, fix bug10518

Eric NOULARD 15 years ago
parent
commit
07bd856bd0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/CPack.STGZ_Header.sh.in

+ 1 - 1
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