Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-09-16 17:47:34 +0000
committerDavid Williams2014-09-16 17:47:34 +0000
commitaeefcf6af8d7acd83a98129c77876ee2b4176b8b (patch)
tree47feed93c9400307e081226784c596e4b1004318 /production/gather-parts.sh
parentd2454800380d1a99f539e7bc5a00156bca948133 (diff)
downloadeclipse.platform.releng.aggregator-aeefcf6af8d7acd83a98129c77876ee2b4176b8b.tar.gz
eclipse.platform.releng.aggregator-aeefcf6af8d7acd83a98129c77876ee2b4176b8b.tar.xz
eclipse.platform.releng.aggregator-aeefcf6af8d7acd83a98129c77876ee2b4176b8b.zip
Bug 444274 - Failed to publish I20140916-0800 build
Diffstat (limited to 'production/gather-parts.sh')
-rw-r--r--production/gather-parts.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/production/gather-parts.sh b/production/gather-parts.sh
index 98fb760f0..d95b0f0bd 100644
--- a/production/gather-parts.sh
+++ b/production/gather-parts.sh
@@ -12,12 +12,12 @@ if [ ! -r "$1" ]; then
exit 1
fi
+source "$1"
+
SCRIPT_PATH=${SCRIPT_PATH:-$(pwd)}
source $SCRIPT_PATH/build-functions.shsource
-source "$1"
-
cd $BUILD_ROOT
# derived values

Back to the top