X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-live;h=517a0185b4550d0cef68cedb29f55b79cd712ebd;hb=cbed61dd4bd79024a0564b79b88c90ffee75269e;hp=a32f9adbf7c2a38e1a678470602957611860c007;hpb=5ec7502a0bd7645aa3cb4a1aa54c17ecd071294d;p=grml-live.git diff --git a/grml-live b/grml-live index a32f9ad..517a018 100755 --- a/grml-live +++ b/grml-live @@ -23,7 +23,7 @@ fi set -e # global variables -GRML_LIVE_VERSION='0.9.23' +GRML_LIVE_VERSION='0.9.24-pre1' PN="$(basename $0)" CMDLINE="$0 $@" ISO_DATE="$(date +%Y-%m-%d)" @@ -993,7 +993,7 @@ elif [ -n "$SKIP_MKISOFS" ] ; then else mkdir -p "$ISO_OUTPUT" || bailout 6 "Problem with creating $ISO_OUTPUT for stage 'iso build'" - if $FORCE_ISO_REBUILD && ! -f "${ISO_OUTPUT}/${ISO_NAME}"; then + if $FORCE_ISO_REBUILD && ! [ -f "${ISO_OUTPUT}/${ISO_NAME}" ] ; then log "Forcing rebuild of ISO because files on ISO have been modified." einfo "Forcing rebuild of ISO because files on ISO have been modified." fi