X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=df3481fd4c4de71c6ee68d5aa0afe2bd9cd37a0b;hp=a32f9adbf7c2a38e1a678470602957611860c007;hb=e6010a1f4edd61011cdcccacc499e7c8b8f9b020;hpb=30cbac52f60d32f4638dc466bbc1eb4ad4b640ca 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