Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-01-28 05:20:55 +0000
committerDavid Williams2013-01-28 05:20:55 +0000
commitaad3d3621eeae99de350d7c056d062b950a85893 (patch)
tree50604a966923e8ee5e3850a9a785875562f39f3c /production/publish-eclipse.sh
parentd4dd83f157271a7214d60d63dd578818119e935d (diff)
downloadeclipse.platform.releng.aggregator-aad3d3621eeae99de350d7c056d062b950a85893.tar.gz
eclipse.platform.releng.aggregator-aad3d3621eeae99de350d7c056d062b950a85893.tar.xz
eclipse.platform.releng.aggregator-aad3d3621eeae99de350d7c056d062b950a85893.zip
Bug 399180 - [CBI] restructure aggregator and output directories
Diffstat (limited to 'production/publish-eclipse.sh')
-rw-r--r--production/publish-eclipse.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/publish-eclipse.sh b/production/publish-eclipse.sh
index 708779c6e..b02ddbcf2 100644
--- a/production/publish-eclipse.sh
+++ b/production/publish-eclipse.sh
@@ -13,7 +13,7 @@ if [ ! -r "$1" ]; then
fi
pushd $( dirname $0 ) >/dev/null
-SCRIPT_PATH=$(pwd)
+SCRIPT_PATH=${SCRIPT_PATH:-$(pwd)}
popd >/dev/null
. $SCRIPT_PATH/build-functions.sh

Back to the top