Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-09-19 15:52:38 +0000
committerSravan Kumar Lakkimsetti2017-09-19 15:52:38 +0000
commitd5ca19ded0460c0305829638c64798db81cc5aba (patch)
tree7570b09cf301b67816f19a8565f44379368580a3
parentdd6463519d7847ee8306f73cbc3180a7eeb278d5 (diff)
downloadeclipse.platform.releng.aggregator-d5ca19ded0460c0305829638c64798db81cc5aba.tar.gz
eclipse.platform.releng.aggregator-d5ca19ded0460c0305829638c64798db81cc5aba.tar.xz
eclipse.platform.releng.aggregator-d5ca19ded0460c0305829638c64798db81cc5aba.zip
Bug 522440 - Update branding and build scripts for 4.7.1a release
Change-Id: Ic46aae502b8720edbb173b8b12150209c6165243 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-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 806fd3c31..c31d81804 100755
--- a/production/sdk/promotion/syncDropLocation.sh
+++ b/production/sdk/promotion/syncDropLocation.sh
@@ -103,7 +103,7 @@ function sendPromoteMail ()
fi
# 4.3.0 Build: I20120411-2034
- if [[ "${buildType} == "M" ]]
+ if [[ "${buildType}" == "M" ]]
then
SUBJECT="${eclipseStream}a ${buildType}-Build: ${buildId} $EXTRA_SUBJECT_STRING"
else

Back to the top