Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-02-03 05:43:19 +0000
committerDavid Williams2013-02-03 05:43:19 +0000
commit5d4ebf33cd23da42e78351e18b6eef3f5dddc949 (patch)
tree654f8f51156bdb04a12fa3bc7b1c9c5e15886625 /production/run-maven-build.sh
parent733ce42e83494a4ba63a794076955379d375098e (diff)
downloadeclipse.platform.releng.aggregator-5d4ebf33cd23da42e78351e18b6eef3f5dddc949.tar.gz
eclipse.platform.releng.aggregator-5d4ebf33cd23da42e78351e18b6eef3f5dddc949.tar.xz
eclipse.platform.releng.aggregator-5d4ebf33cd23da42e78351e18b6eef3f5dddc949.zip
Bug 399795 - misc changes to production script variable names, functions
Diffstat (limited to 'production/run-maven-build.sh')
-rw-r--r--production/run-maven-build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/production/run-maven-build.sh b/production/run-maven-build.sh
index 0d5a9bc63..d098f1c26 100644
--- a/production/run-maven-build.sh
+++ b/production/run-maven-build.sh
@@ -16,9 +16,9 @@ pushd $( dirname $0 ) >/dev/null
SCRIPT_PATH=${SCRIPT_PATH:-$(pwd)}
popd >/dev/null
-. $SCRIPT_PATH/build-functions.sh
+source $SCRIPT_PATH/build-functions.sh
-. "$1"
+source "$1"
cd $BUILD_ROOT

Back to the top