Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-03-29 05:10:49 +0000
committerDavid Williams2013-03-29 05:10:49 +0000
commit5599fdcf2c85b71e5ccd2a44d0ff50f5861e8471 (patch)
tree50437a7cfc0cae6890d18f1cd630877c3e64d1bf /production/promote-build.sh
parentca65906eb78a93e395c93f555b2efd3179dd24ab (diff)
downloadeclipse.platform.releng.aggregator-5599fdcf2c85b71e5ccd2a44d0ff50f5861e8471.tar.gz
eclipse.platform.releng.aggregator-5599fdcf2c85b71e5ccd2a44d0ff50f5861e8471.tar.xz
eclipse.platform.releng.aggregator-5599fdcf2c85b71e5ccd2a44d0ff50f5861e8471.zip
Bug 404593 - misc. minor improvements in production scripts (cleanup,
standard formatting, added error check in functions)
Diffstat (limited to 'production/promote-build.sh')
-rwxr-xr-xproduction/promote-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/promote-build.sh b/production/promote-build.sh
index 3fc263a7d..8220264fa 100755
--- a/production/promote-build.sh
+++ b/production/promote-build.sh
@@ -41,7 +41,7 @@ then
SCRIPT_PATH=${PWD}
fi
-source $SCRIPT_PATH/build-functions.sh
+source $SCRIPT_PATH/build-functions.shsource
source "$2" 2>/dev/null

Back to the top