Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-09-03 05:47:16 +0000
committerDavid Williams2013-09-03 05:47:16 +0000
commitc3b67259b7f45885f8e9f5bae754151778d96051 (patch)
tree4ced804659f8abee45776a3a83575e6fa58660cb /production/get-aggregator.sh
parent8542b472827b5ea0390a8d0528e46efb10368308 (diff)
downloadeclipse.platform.releng.aggregator-c3b67259b7f45885f8e9f5bae754151778d96051.tar.gz
eclipse.platform.releng.aggregator-c3b67259b7f45885f8e9f5bae754151778d96051.tar.xz
eclipse.platform.releng.aggregator-c3b67259b7f45885f8e9f5bae754151778d96051.zip
Bug 416384 - Cannot describe message in error log
Diffstat (limited to 'production/get-aggregator.sh')
-rw-r--r--production/get-aggregator.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/get-aggregator.sh b/production/get-aggregator.sh
index b5a93a932..b54791577 100644
--- a/production/get-aggregator.sh
+++ b/production/get-aggregator.sh
@@ -27,7 +27,7 @@ aggDir=$( fn-git-dir "$gitCache" "$AGGREGATOR_REPO" )
if [[ -r "$aggDir" ]]
then
- fn-git-clean-aggregator "$aggDir" "${BRANCH}"
+ fn-git-clean-aggregator2 "$aggDir" "${BRANCH}"
RC=$?
if [[ $RC == 0 ]]
then

Back to the top