aboutsummaryrefslogtreecommitdiff
path: root/maintainer-scripts/gcc_release
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2002-05-21 17:36:11 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2002-05-21 17:36:11 +0100
commit67aaa4819fef3310d2205d20d4f2ecc77516f299 (patch)
treed05a9c195b265671a2d5a6a4d2ef941ee2724cbb /maintainer-scripts/gcc_release
parent5302a25df1418390030d3da02d77ff2068e6b27f (diff)
downloadgcc-67aaa4819fef3310d2205d20d4f2ecc77516f299.zip
gcc-67aaa4819fef3310d2205d20d4f2ecc77516f299.tar.gz
gcc-67aaa4819fef3310d2205d20d4f2ecc77516f299.tar.bz2
* gcc_release: Do upload files when local.
From-SVN: r53689
Diffstat (limited to 'maintainer-scripts/gcc_release')
-rwxr-xr-xmaintainer-scripts/gcc_release4
1 files changed, 1 insertions, 3 deletions
diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release
index 850525f..bc3ed18 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
}