Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-03-28 22:51:17 +0000
committerDavid Williams2013-03-28 22:51:17 +0000
commitca65906eb78a93e395c93f555b2efd3179dd24ab (patch)
tree0ac259c123be2f7839f736cad2bfc72ef782b695 /production/pom-version-updater.sh
parent6fe2820f750cbe8ccceeacb0cca7ad82a77c3eaa (diff)
downloadeclipse.platform.releng.aggregator-ca65906eb78a93e395c93f555b2efd3179dd24ab.tar.gz
eclipse.platform.releng.aggregator-ca65906eb78a93e395c93f555b2efd3179dd24ab.tar.xz
eclipse.platform.releng.aggregator-ca65906eb78a93e395c93f555b2efd3179dd24ab.zip
Bug 404593 - misc. minor improvements in production scripts (cleanup of
unused variables and commented out codes)
Diffstat (limited to 'production/pom-version-updater.sh')
-rwxr-xr-xproduction/pom-version-updater.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/production/pom-version-updater.sh b/production/pom-version-updater.sh
index 3c961ce73..3a3a35957 100755
--- a/production/pom-version-updater.sh
+++ b/production/pom-version-updater.sh
@@ -12,9 +12,7 @@ if [ ! -r "$1" ]; then
exit 1
fi
-pushd $( dirname $0 ) >/dev/null
SCRIPT_PATH=${SCRIPT_PATH:-$(pwd)}
-popd >/dev/null
source $SCRIPT_PATH/build-functions.sh

Back to the top