* gcc_release: Do upload files when local.
[gcc.git] / maintainer-scripts / gcc_release
index 850525f4b93d798858c7c5c7864e0194223af474..bc3ed18ac4c2e7376f9596ee46c52dbc78025647 100755 (executable)
@@ -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
 }