From b910bf898369946ed814409d9dcac94892ff5291 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 29 Sep 2007 17:37:11 +0200 Subject: [PATCH] Fix variable handling of GRML_NAME --- grml-live | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.1.4