diff options
Diffstat (limited to 'maintainer-scripts/gcc_release')
-rwxr-xr-x | maintainer-scripts/gcc_release | 4 |
1 files changed, 1 insertions, 3 deletions
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 } |