* gcc_release: Do upload files when local.

From-SVN: r53689
This commit is contained in:
Joseph Myers 2002-05-21 17:36:11 +01:00 committed by Joseph Myers
parent 5302a25df1
commit 67aaa4819f
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,7 @@
2002-05-21 Joseph S. Myers <jsm28@cam.ac.uk>
* gcc_release: Do upload files when local.
* snapshot-README, snapshot-index.html: Remove chill.
2002-05-08 Mark Mitchell <mark@codesourcery.com>

View File

@ -349,9 +349,7 @@ upload_files() {
# Make sure the file will be readable on the server.
chmod a+r ${x}
# Copy it.
if [ $LOCAL -eq 0 ]; then
${SCP} ${x} ${UPLOAD_PATH} || error "Could not upload ${x}"
fi
${SCP} ${x} ${UPLOAD_PATH} || error "Could not upload ${x}"
fi
done
}