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/pom-version-updater.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/pom-version-updater.sh')
-rwxr-xr-xproduction/pom-version-updater.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/production/pom-version-updater.sh b/production/pom-version-updater.sh
index 66d412508..50b1dff0d 100755
--- a/production/pom-version-updater.sh
+++ b/production/pom-version-updater.sh
@@ -12,13 +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