Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2016-04-10 19:24:02 +0000
committerDavid Williams2016-04-10 19:24:02 +0000
commit1bece3d66be515f3cb041aceae3ad4d96059fb7a (patch)
treeb44342c55c868de876341d82aec821efaedd2946 /production/sdk/cleaners/cleanupNightlyRepo.sh
parenteab5aef4a502d27a43eeb128b65eb4b952250d08 (diff)
downloadeclipse.platform.releng.aggregator-1bece3d66be515f3cb041aceae3ad4d96059fb7a.tar.gz
eclipse.platform.releng.aggregator-1bece3d66be515f3cb041aceae3ad4d96059fb7a.tar.xz
eclipse.platform.releng.aggregator-1bece3d66be515f3cb041aceae3ad4d96059fb7a.zip
Bug 489967 - Automate removal of "old" repos
Diffstat (limited to 'production/sdk/cleaners/cleanupNightlyRepo.sh')
-rwxr-xr-xproduction/sdk/cleaners/cleanupNightlyRepo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/sdk/cleaners/cleanupNightlyRepo.sh b/production/sdk/cleaners/cleanupNightlyRepo.sh
index c4919c8ac..fb35cfbf4 100755
--- a/production/sdk/cleaners/cleanupNightlyRepo.sh
+++ b/production/sdk/cleaners/cleanupNightlyRepo.sh
@@ -129,7 +129,7 @@ function cleanRepo ()
exit 1
fi
JAVA_8_HOME=/shared/common/jdk1.8.0_x64-latest
- export JAVA_HOME=${JAVA_HOME:-${JAVA_8_HOME}}
+ export JAVA_HOME=${JAVA_8_HOME}
javaexe=${JAVA_HOME}/jre/bin/java
if [[ ! -x ${javaexe} ]]
then

Back to the top