Commit 67aaa481 by Joseph Myers Committed by Joseph Myers

* gcc_release: Do upload files when local.

From-SVN: r53689
parent 5302a25d
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>
......
......@@ -349,10 +349,8 @@ 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
fi
done
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment