Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-07-07 06:58:32 +0000
committerDavid Williams2014-07-07 06:58:32 +0000
commitaa7891c66d3bad86feddf5bd8af879ac93e1e71f (patch)
tree508df6826c01827d91c6ea466ff123cd414964e3
parente08dc8bb92761ffdcc8a637a880ffd801b2c5e1a (diff)
downloadeclipse.platform.releng.aggregator-aa7891c66d3bad86feddf5bd8af879ac93e1e71f.tar.gz
eclipse.platform.releng.aggregator-aa7891c66d3bad86feddf5bd8af879ac93e1e71f.tar.xz
eclipse.platform.releng.aggregator-aa7891c66d3bad86feddf5bd8af879ac93e1e71f.zip
Bug 387066 - Remove Red X's (and the few green checkmarks) from main DL
page Add comparator log to mail message.
-rwxr-xr-xproduction/sdk/promotion/syncDropLocation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/sdk/promotion/syncDropLocation.sh b/production/sdk/promotion/syncDropLocation.sh
index e6c8b3218..8f8b5f94d 100755
--- a/production/sdk/promotion/syncDropLocation.sh
+++ b/production/sdk/promotion/syncDropLocation.sh
@@ -172,7 +172,7 @@ function sendPromoteMail ()
if [[ -e $file ]]
then
# add scissors line ... for each "repo patch"? so extra info is not added to comment
- message1="$message1 \n-- >8 --\n
+ message1="$message1 \n-- >8 --\n"
message1="$message1 $(cat $file)"
fi
done

Back to the top