Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production/get-aggregator.sh')
-rw-r--r--production/get-aggregator.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/production/get-aggregator.sh b/production/get-aggregator.sh
index e1607c40a..2d141b05e 100644
--- a/production/get-aggregator.sh
+++ b/production/get-aggregator.sh
@@ -14,13 +14,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