summaryrefslogtreecommitdiff
path: root/maintainer-scripts
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-21 16:36:11 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-21 16:36:11 +0000
commitf6609e7b97de9cb62f81295171bd543cae2bd0df (patch)
treed05a9c195b265671a2d5a6a4d2ef941ee2724cbb /maintainer-scripts
parent77a01473d938ab1ec0e7491f4569f4387ab06a6c (diff)
downloadgcc-f6609e7b97de9cb62f81295171bd543cae2bd0df.tar.gz
* gcc_release: Do upload files when local.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53689 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'maintainer-scripts')
-rw-r--r--maintainer-scripts/ChangeLog2
-rwxr-xr-xmaintainer-scripts/gcc_release4
2 files changed, 3 insertions, 3 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog
index 9d3ea2b3b96..657a1312982 100644
--- a/maintainer-scripts/ChangeLog
+++ b/maintainer-scripts/ChangeLog
@@ -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>
diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release
index 850525f4b93..bc3ed18ac4c 100755
--- a/maintainer-scripts/gcc_release
+++ b/maintainer-scripts/gcc_release
@@ -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
}