X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-live;h=df3481fd4c4de71c6ee68d5aa0afe2bd9cd37a0b;hb=8f83642853f48d75bcd6923b05a3b348144c8412;hp=a32f9adbf7c2a38e1a678470602957611860c007;hpb=5ec7502a0bd7645aa3cb4a1aa54c17ecd071294d;p=grml-live.git diff --git a/grml-live b/grml-live index a32f9ad..df3481f 100755 --- a/grml-live +++ b/grml-live @@ -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