Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-01-28 03:31:29 +0000
committerDavid Williams2013-01-28 03:31:29 +0000
commit80857d7dc37a73ab71110bc6832db35a873d412b (patch)
treedb2240d870345be28b5c3d3ff088c7e2ec5bfa75 /scripts
parent249df74846efce98025df8286ad2b4e30782111f (diff)
downloadeclipse.platform.releng.aggregator-80857d7dc37a73ab71110bc6832db35a873d412b.tar.gz
eclipse.platform.releng.aggregator-80857d7dc37a73ab71110bc6832db35a873d412b.tar.xz
eclipse.platform.releng.aggregator-80857d7dc37a73ab71110bc6832db35a873d412b.zip
correct typo
Diffstat (limited to 'scripts')
-rw-r--r--scripts/promote-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/promote-build.sh b/scripts/promote-build.sh
index e1c0e6621..5506b025c 100644
--- a/scripts/promote-build.sh
+++ b/scripts/promote-build.sh
@@ -87,7 +87,7 @@ then
# but in case not
mkdir -p "${promoteScriptLocationEquinox}"
- equinoxPostingDirectory=$BUILD_ROOT/siteDir/equinox/drops"
+ equinoxPostingDirectory="$BUILD_ROOT/siteDir/equinox/drops"
eqFromDir=${equinoxPostingDirectory}/${buildId}
if [[ "$BUILD_TECH" == 'PDE' ]]
then

Back to the top