Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2016-04-04 04:41:35 +0000
committerDavid Williams2016-04-04 04:41:35 +0000
commit521c5c880131fcc13ec9fefa284e402df3bb787b (patch)
tree7721f462108a867283f9815fd5f285eeb045718b /production/promote-build.sh
parent3f007b92c9ebbacb31b374a70931ae7fae9f8ae3 (diff)
downloadeclipse.platform.releng.aggregator-521c5c880131fcc13ec9fefa284e402df3bb787b.tar.gz
eclipse.platform.releng.aggregator-521c5c880131fcc13ec9fefa284e402df3bb787b.tar.xz
eclipse.platform.releng.aggregator-521c5c880131fcc13ec9fefa284e402df3bb787b.zip
[releng] Corrected about a dozen "/n" when "\n" was intended
Diffstat (limited to 'production/promote-build.sh')
-rwxr-xr-xproduction/promote-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/promote-build.sh b/production/promote-build.sh
index e8db31065..a89a7a246 100755
--- a/production/promote-build.sh
+++ b/production/promote-build.sh
@@ -85,7 +85,7 @@ then
eqFromDir=${equinoxPostingDirectory}/${BUILD_ID}
eqToDir="/home/data/httpd/download.eclipse.org/equinox/drops/"
- # Note: for proper mirroring at Eclipse, we probably do not want/need to
+ # Note: for proper mirroring at Eclipse, we probably do not want or need to
# maintain "times" on build machine, but let them take times at time of copying.
# If it turns out to be important to maintain times (such as ran more than once,
# to pick up a "more" output, such as test results, then add -t to rsync

Back to the top