From cc2b2e41476e085a495281ab8f4c7ec997e4d4d0 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 24 Aug 2006 14:41:46 +0000 Subject: [PATCH] fix - small glitch when building several images --- cdcustom.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cdcustom.sh b/cdcustom.sh index f9e4559..fb34e6c 100755 --- a/cdcustom.sh +++ b/cdcustom.sh @@ -45,7 +45,7 @@ set -e COMMANDSH=$(basename $0) COMMAND=$(basename $0 .sh) -REVISION="$Id: cdcustom.sh,v 1.7 2006/06/28 14:18:11 thierry Exp $" +REVISION="$Id: cdcustom.sh,v 1.8 2006/06/28 15:01:01 thierry Exp $" function usage () { @@ -227,7 +227,7 @@ function main () { [[ -z "$@" ]] && usage ISO_GENERIC=$1; shift - if [ -z "$@" ] ; then + if [[ -z "$@" ]] ; then nodes="$DEFAULT_TARGET" else nodes="$@" -- 2.43.0