From 405d9e68c2acbda7236bae5f2d094a49d916f9ce Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 9 Dec 2007 17:28:30 +0100 Subject: [PATCH] Log mkisofs command with quotes around version number --- debian/changelog | 7 +++++++ grml-live | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8f2e6d1..1358f41 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/grml-live b/grml-live index 64c5960..6c76805 100755 --- 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 \ -- 2.1.4