From e6010a1f4edd61011cdcccacc499e7c8b8f9b020 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 28 Sep 2009 14:13:52 +0200 Subject: [PATCH] Add missing test call in $FORCE_ISO_REBUILD code --- debian/changelog | 3 ++- grml-live | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index ffe309c..3101752 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,8 +25,9 @@ grml-live (0.9.23) unstable; urgency=low * Use blocksize of 256 when running mksquashfs-lzma binary. * Update documentation regarding recent lzma development. * Some minor cosmetic corrections in grml-live's output. + * Add missing test call in $FORCE_ISO_REBUILD code. - -- Michael Prokop Mon, 21 Sep 2009 18:13:05 +0200 + -- Michael Prokop Mon, 28 Sep 2009 14:13:02 +0200 grml-live (0.9.22) unstable; urgency=low 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 -- 2.1.4