Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcje-production/cleaners/cleanupNightlyRepo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cje-production/cleaners/cleanupNightlyRepo.sh b/cje-production/cleaners/cleanupNightlyRepo.sh
index d0f76fd1b..2a4ceabc0 100755
--- a/cje-production/cleaners/cleanupNightlyRepo.sh
+++ b/cje-production/cleaners/cleanupNightlyRepo.sh
@@ -123,7 +123,7 @@ function cleanRepo ()
nRetain=$3
dryRun=$4
# Changed to "hard coded" location of where to expect on Hudson.
- eclipseexe=${workspace}/eclipse
+ eclipseexe=${workspace}/eclipse/eclipse
if [[ ! -x ${eclipseexe} ]]
then
echo -e "\n\tERROR: expected eclipse location not found, or not executable"

Back to the top