From 30991913c14050f2fc023514179ee28cc0155112 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 3 Nov 2006 16:07:26 +0100 Subject: [PATCH] fix --- grml-debootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grml-debootstrap b/grml-debootstrap index 0bbe409..f2846c3 100644 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -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. -# Latest change: Fre Nov 03 15:34:02 CET 2006 [mika] +# Latest change: Fre Nov 03 16:07:18 CET 2006 [mika] ################################################################################ # http://www.debian.org/releases/stable/i386/apcs04.html.en @@ -35,7 +35,7 @@ fi if [ -n "$TUNE2FS" ] ; then einfo "Disabling automatic filesystem check on $TARGET via tune2fs" - TUNE2FS $TARGET + $TUNE2FS $TARGET eend $? fi -- 2.1.4