From: Thierry Parmentelat Date: Thu, 24 Aug 2006 14:41:46 +0000 (+0000) Subject: fix - small glitch when building several images X-Git-Tag: bootcd-3.4-2~53 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=cc2b2e41476e085a495281ab8f4c7ec997e4d4d0;p=bootcd.git fix - small glitch when building several images --- 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="$@"