From eaf9412d2b105278473d40555c542351da08e81c Mon Sep 17 00:00:00 2001 From: Adam Conrad Date: Mon, 5 Dec 2011 15:23:43 -0700 Subject: [PATCH] Better living through braces --- BuildLiveCD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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