From 67aaa4819fef3310d2205d20d4f2ecc77516f299 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 21 May 2002 17:36:11 +0100 Subject: [PATCH] * gcc_release: Do upload files when local. From-SVN: r53689 --- maintainer-scripts/ChangeLog | 2 ++ maintainer-scripts/gcc_release | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index 9d3ea2b3b966..657a13129826 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,5 +1,7 @@ 2002-05-21 Joseph S. Myers + * gcc_release: Do upload files when local. + * snapshot-README, snapshot-index.html: Remove chill. 2002-05-08 Mark Mitchell diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release index 850525f4b93d..bc3ed18ac4c2 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 }