summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2019-01-23 17:43:22 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2019-01-23 17:43:22 (GMT)
commit73b2c02d7088c6d6490fdede8396d88103b00482 (patch)
treed3d1330dfc409be4624a01d384868fea0427c4c3 /bin
parent3a41ed6b288cee8d085373ad7fa02894e1903864 (diff)
downloadSCons-73b2c02d7088c6d6490fdede8396d88103b00482.zip
SCons-73b2c02d7088c6d6490fdede8396d88103b00482.tar.gz
SCons-73b2c02d7088c6d6490fdede8396d88103b00482.tar.bz2
Changes for 3.0.4 release3.0.4
Diffstat (limited to 'bin')
-rwxr-xr-xbin/upload-release-files.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/upload-release-files.sh b/bin/upload-release-files.sh
index 4748db1..014134a 100755
--- a/bin/upload-release-files.sh
+++ b/bin/upload-release-files.sh
@@ -73,7 +73,7 @@ ssh scons@scons.org "
cd ..
rm latest; ln -s $VERSION latest
rm production; ln -s $VERSION production
- for f in HTML PDF EPUB PS TEXT; do rm \$f; ln -s $VERSION/\$f \$f; done
+ for f in HTML PDF EPUB PS TEXT; do rm -f \$f; ln -s $VERSION/\$f \$f; done
"
echo '*****'
echo '***** Now manually update index.php, includes/versions.php and news-raw.xhtml on scons.org.'