Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-10-16 15:57:24 +0000
committerDavid Williams2013-10-16 15:57:24 +0000
commitac2eeca745af439c1b1ba149d7379bef1ed8cea5 (patch)
treed144586917f2a2512c1bd902175a416a50132ac0 /production/master-build.sh
parent91e574373c6159433f1c464dc4008054e736a831 (diff)
downloadeclipse.platform.releng.aggregator-ac2eeca745af439c1b1ba149d7379bef1ed8cea5.tar.gz
eclipse.platform.releng.aggregator-ac2eeca745af439c1b1ba149d7379bef1ed8cea5.tar.xz
eclipse.platform.releng.aggregator-ac2eeca745af439c1b1ba149d7379bef1ed8cea5.zip
[releng] fix variable home location
Diffstat (limited to 'production/master-build.sh')
-rw-r--r--production/master-build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/production/master-build.sh b/production/master-build.sh
index 370301507..619139bb6 100644
--- a/production/master-build.sh
+++ b/production/master-build.sh
@@ -187,6 +187,8 @@ fn-write-property TRACE_OUTPUT
fn-write-property comparatorRepository
fn-write-property logsDirectory
fn-write-property BUILD_TIME_PATCHES
+fn-write-property BUILD_HOME
+
$SCRIPT_PATH/get-aggregator.sh $BUILD_ENV_FILE 2>&1 | tee ${GET_AGGREGATOR_BUILD_LOG}

Back to the top