OSDN Git Service

* gcc_release: Do upload files when local.
[pf3gnuchains/gcc-fork.git] / maintainer-scripts / gcc_release
index 850525f..bc3ed18 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
 }