From: Michael Prokop Date: Sat, 29 Sep 2007 15:37:11 +0000 (+0200) Subject: Fix variable handling of GRML_NAME X-Git-Tag: 0.0.3~7 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=b910bf898369946ed814409d9dcac94892ff5291 Fix variable handling of GRML_NAME --- diff --git a/grml-live b/grml-live index e3dc528..76c8767 100755 --- a/grml-live +++ b/grml-live @@ -370,7 +370,7 @@ find .. -type f -not -name md5sums -exec md5sum {} \; > md5sums ) # ISO_TARGET - mkisofs {{{ [ -n "$ISO_TARGET" ] || ISO_TARGET="$TARGET/grml_isos" -[ -n "$ISO_NAME" ] || ISO_NAME="$GRML_NAME_${VERSION}.iso" +[ -n "$ISO_NAME" ] || ISO_NAME="${GRML_NAME}_${VERSION}.iso" if [ "$BOOT_METHOD" = "isolinux" ] ; then BOOT_FILE="boot/isolinux/isolinux.bin -c boot/isolinux/boot.cat"