Skip to main content
aboutsummaryrefslogtreecommitdiffstats
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/pom-version-updater.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/pom-version-updater.sh')
-rwxr-xr-xproduction/pom-version-updater.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/pom-version-updater.sh b/production/pom-version-updater.sh
index 3a3a35957..9d7d248bb 100755
--- a/production/pom-version-updater.sh
+++ b/production/pom-version-updater.sh
@@ -14,7 +14,7 @@ fi
SCRIPT_PATH=${SCRIPT_PATH:-$(pwd)}
-source $SCRIPT_PATH/build-functions.sh
+source $SCRIPT_PATH/build-functions.shsource
source "$1"

Back to the top