Fix variable handling of GRML_NAME
authorMichael Prokop <devnull@localhost>
Sat, 29 Sep 2007 15:37:11 +0000 (17:37 +0200)
committerMichael Prokop <devnull@localhost>
Sat, 29 Sep 2007 15:37:11 +0000 (17:37 +0200)
grml-live

index e3dc528..76c8767 100755 (executable)
--- 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"