From: Michael Prokop Date: Fri, 11 Jan 2008 01:01:00 +0000 (+0100) Subject: Simple typo fix in grml-live script X-Git-Tag: 0.1~3 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=a61f253cc587dee4619bdd2bc40f520c962b384f Simple typo fix in grml-live script --- diff --git a/grml-live b/grml-live index fe462d5..0f26205 100755 --- a/grml-live +++ b/grml-live @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2 or any later version. -# Latest change: Fri Dec 28 18:48:42 CET 2007 [mika] +# Latest change: Fri Jan 11 02:00:39 CET 2008 [mika] ################################################################################ # read configuration files, set some misc variables {{{ @@ -265,7 +265,7 @@ if [ -z "$FORCE" ] ; then [ -n "$FAI_ARGS" ] && echo " additional arguments for FAI: $FAI_ARGS" [ -n "$LOGFILE" ] && echo " Logging to file: $LOGFILE" [ -n "$VERBOSE" ] && echo " Using VERBOSE mode." - [ -n "$SQUASHFS_ZLIB" ] && echo " Using ZLIB (instead od LZMA) compression." + [ -n "$SQUASHFS_ZLIB" ] && echo " Using ZLIB (instead of LZMA) compression." [ -n "$UPDATE" ] && echo " Executing UPDATE instead of fresh installation." [ -n "$BUILD_ONLY" ] && echo " Executing BUILD_ONLY instead of fresh installation or UPDATE." echo