X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=buildd%2Fupload_isos.sh;h=25d3453c982c38ab1bc35086eb94db117b9d7d74;hp=25a33fd170815717de36acdfaa880e806a8d34bb;hb=e86a1d8f66ecb9d6f57410ffc6c6dee1b2ccfdcb;hpb=49c56ee2ba010d186832f2946c8dc1fc6be77549 diff --git a/buildd/upload_isos.sh b/buildd/upload_isos.sh index 25a33fd..25d3453 100755 --- a/buildd/upload_isos.sh +++ b/buildd/upload_isos.sh @@ -15,9 +15,9 @@ cd $ISO_DIR || exit 4 umask 002 for file in *.iso ; do - [ -f "${file}.md5" ] || md5sum $file > ${file}.md5 - chmod 664 $file - chmod 664 ${file}.md5 + [ -f "${file}.md5" ] || md5sum "$file" > "${file}".md5 + chmod 664 "$file" + chmod 664 "${file}".md5 done rsync --partial -az --quiet $ISO_DIR/* $RSYNC_MIRROR