summaryrefslogtreecommitdiffstats
path: root/Modules/CPack.STGZ_Header.sh.in
diff options
context:
space:
mode:
authorEric NOULARD <eric.noulard@gmail.com>2010-12-15 20:20:13 (GMT)
committerEric NOULARD <eric.noulard@gmail.com>2010-12-15 20:20:13 (GMT)
commit07bd856bd0810bbc35835d4b868c915711df4086 (patch)
treefaabdfac1b7f9f462a70bc977c9b03637bc6fa82 /Modules/CPack.STGZ_Header.sh.in
parenta14a8562ea5f321b0a8f6f61f4c457da298825c5 (diff)
downloadCMake-07bd856bd0810bbc35835d4b868c915711df4086.zip
CMake-07bd856bd0810bbc35835d4b868c915711df4086.tar.gz
CMake-07bd856bd0810bbc35835d4b868c915711df4086.tar.bz2
CPackSTGZ quote here-doc, fix bug10518
Diffstat (limited to 'Modules/CPack.STGZ_Header.sh.in')
-rwxr-xr-xModules/CPack.STGZ_Header.sh.in2
1 files changed, 1 insertions, 1 deletions
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