diff --git a/BuildLiveCD b/BuildLiveCD index 93c37bfe..83ec12a5 100755 --- a/BuildLiveCD +++ b/BuildLiveCD @@ -169,7 +169,7 @@ for STE in $SUITES; do done for f in ${PUBDIR}${NOW}/livecd.*.cloop-*; do - if [ -f $f ]; then + if [ -f ${f} ]; then target=${f%-*} if [ ! -f ${target} ]; then for fsbs in 4096:4096 1024:65536; do