Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-10-07 22:34:23 +0000
committerDavid Williams2015-10-07 22:34:23 +0000
commitc40a11e42bf853b5f3e9745ea9dc0779d3915746 (patch)
tree6bebcc4ea61bd870728bea65c02467352491bfb0 /production/getEBuilderForDropDir.sh
parentbfa022e984b7e96ec53e70497900c39ce4e79d7d (diff)
downloadeclipse.platform.releng.aggregator-c40a11e42bf853b5f3e9745ea9dc0779d3915746.tar.gz
eclipse.platform.releng.aggregator-c40a11e42bf853b5f3e9745ea9dc0779d3915746.tar.xz
eclipse.platform.releng.aggregator-c40a11e42bf853b5f3e9745ea9dc0779d3915746.zip
Bug 479191 - getEBuilderForDropDir.sh does not get correct branch
syntax error
Diffstat (limited to 'production/getEBuilderForDropDir.sh')
-rwxr-xr-xproduction/getEBuilderForDropDir.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/getEBuilderForDropDir.sh b/production/getEBuilderForDropDir.sh
index 32bffd50b..325c470bb 100755
--- a/production/getEBuilderForDropDir.sh
+++ b/production/getEBuilderForDropDir.sh
@@ -68,7 +68,7 @@ then
exit $RC
fi
- echo "INFO: ebuilder directory cloned.
+ echo "INFO: ebuilder directory cloned."
echo "INFO: Location: ${BUILD_DIR}/${EBUILDER}"
echo "INFO: checking out specific HASH (which will make it detached)."
pushd ${BUILD_DIR}/${EBUILDER}

Back to the top