From afd7885c84e7fd8fe85379a0b7536d9011018812 Mon Sep 17 00:00:00 2001 From: Kenneth Skovhede Date: Sat, 19 Mar 2016 22:03:27 +0100 Subject: Fixed linebreaks and release message --- build-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-release.sh') diff --git a/build-release.sh b/build-release.sh index ef132025f..cc662022b 100644 --- a/build-release.sh +++ b/build-release.sh @@ -183,7 +183,7 @@ if [ "${RELEASE_TYPE}" == "stable" ]; then PRE_RELEASE_LABEL="" fi -RELEASE_MESSAGE=`echo "Changes: {RELEASE_CHANGEINFO_NEWS}\n\nBinaries: http://updates.duplicati.com/${RELEASE_TYPE}/${RELEASE_FILE_NAME}.zip\nSignature file: http://updates.duplicati.com/${RELEASE_TYPE}/${RELEASE_FILE_NAME}.zip.sig\nASCII signature file: http://updates.duplicati.com/${RELEASE_TYPE}/${RELEASE_FILE_NAME}.zip.sig.asc\nMD5: ${ZIP_MD5}\nSHA1: ${ZIP_SHA1}\nSHA256: ${ZIP_SHA256}"` +RELEASE_MESSAGE=`printf "Changes: ${RELEASE_CHANGEINFO_NEWS}\n\nBinaries: http://updates.duplicati.com/${RELEASE_TYPE}/${RELEASE_FILE_NAME}.zip\nSignature file: http://updates.duplicati.com/${RELEASE_TYPE}/${RELEASE_FILE_NAME}.zip.sig\nASCII signature file: http://updates.duplicati.com/${RELEASE_TYPE}/${RELEASE_FILE_NAME}.zip.sig.asc\nMD5: ${ZIP_MD5}\nSHA1: ${ZIP_SHA1}\nSHA256: ${ZIP_SHA256}"` # Using the tool from https://github.com/aktau/github-release -- cgit v1.2.3