From e86a1d8f66ecb9d6f57410ffc6c6dee1b2ccfdcb Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 11 Nov 2007 11:46:52 +0100 Subject: [PATCH] Quote ${file} in buildd/upload_isos.sh --- buildd/upload_isos.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.1.4