Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-02-23 07:45:53 +0000
committerSravan Kumar Lakkimsetti2020-02-23 07:45:53 +0000
commit2c2a1e9ac1c977304fd52c2299d8be7981363f02 (patch)
treed3da8db051b0d8feffe51d7536381c2cc6186b67
parentd971fe3a2a1a9c82ea4a139d9fa275b66ae1e9f4 (diff)
downloadeclipse.platform.releng.aggregator-2c2a1e9ac1c977304fd52c2299d8be7981363f02.tar.gz
eclipse.platform.releng.aggregator-2c2a1e9ac1c977304fd52c2299d8be7981363f02.tar.xz
eclipse.platform.releng.aggregator-2c2a1e9ac1c977304fd52c2299d8be7981363f02.zip
Bug 560425 - build failure in X20200222-1900X20200223-0700X20200223-0250I20200223-0600
Change-Id: I3bc2456887d4bf524971a951a62735041b4dc235 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rwxr-xr-xcje-production/mbscripts/mb100_cloneRepos.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/cje-production/mbscripts/mb100_cloneRepos.sh b/cje-production/mbscripts/mb100_cloneRepos.sh
index 9e5c23398..fbe1814f5 100755
--- a/cje-production/mbscripts/mb100_cloneRepos.sh
+++ b/cje-production/mbscripts/mb100_cloneRepos.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#*******************************************************************************
-# Copyright (c) 2019 IBM Corporation and others.
+# Copyright (c) 2020 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
@@ -34,7 +34,6 @@ pushd "../$AGG_DIR"
adds=$( git submodule | grep "^+" | cut -f2 -d" " )
if [ -z "$adds" ]; then
echo No updates for the submodules
- return
else
echo git add $adds
git add $adds

Back to the top