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:55:29 +0000
commitcdaade8bb3f70866068d48cca82cc5509de3b7c8 (patch)
treee671fa85151318acff753f095d198e1b46c3a561
parentf1be72d3dfbdf82840626d42112cbc91b72440c9 (diff)
downloadeclipse.platform.releng.aggregator-cdaade8bb3f70866068d48cca82cc5509de3b7c8.tar.gz
eclipse.platform.releng.aggregator-cdaade8bb3f70866068d48cca82cc5509de3b7c8.tar.xz
eclipse.platform.releng.aggregator-cdaade8bb3f70866068d48cca82cc5509de3b7c8.zip
Bug 522440 - Update branding and build scripts for 4.7.1a releaseP20170919-1155
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 17c44d4d4..ee2468e05 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