Log mkisofs command with quotes around version number
authorMichael Prokop <devnull@localhost>
Sun, 9 Dec 2007 16:28:30 +0000 (17:28 +0100)
committerMichael Prokop <devnull@localhost>
Sun, 9 Dec 2007 16:28:30 +0000 (17:28 +0100)
debian/changelog
grml-live

index 8f2e6d1..1358f41 100644 (file)
@@ -1,3 +1,10 @@
+grml-live (0.0.12) unstable; urgency=low
+
+  * Log mkisofs command with quotes around version number for easier
+    copy/paste.
+
+ -- Michael Prokop <mika@grml.org>  Sun, 09 Dec 2007 17:28:01 +0100
+
 grml-live (0.0.11) unstable; urgency=low
 
   * New option -z to use ZLIB instead of LZMA compression and
index 64c5960..6c76805 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -570,7 +570,7 @@ else
    mkdir -p "$ISO_OUTPUT" || bailout 6 "Problem with creating $ISO_OUTPUT for stage 'iso build'"
    CURRENT_DIR=$(pwd)
    cd "$BUILD_OUTPUT" &&
-   log "mkisofs -V grml $VERSION -publisher 'grml-live | grml.org' -l -r -J -no-emul-boot -boot-load-size 4 -boot-info-table -b $BOOT_FILE -o ${ISO_OUTPUT}/${ISO_NAME} ."
+   log "mkisofs -V grml '$VERSION' -publisher 'grml-live | grml.org' -l -r -J -no-emul-boot -boot-load-size 4 -boot-info-table -b $BOOT_FILE -o ${ISO_OUTPUT}/${ISO_NAME} ."
    mkisofs -V "grml $VERSION" -publisher 'grml-live | grml.org' \
            -l -r -J -no-emul-boot -boot-load-size 4 -boot-info-table    \
            -b $BOOT_FILE \