X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=maintainer-scripts%2Fgcc_release;h=bc3ed18ac4c2e7376f9596ee46c52dbc78025647;hp=850525f4b93d798858c7c5c7864e0194223af474;hb=f6609e7b97de9cb62f81295171bd543cae2bd0df;hpb=77a01473d938ab1ec0e7491f4569f4387ab06a6c 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 }