fix
authorMichael Prokop <mika@grml.org>
Fri, 3 Nov 2006 15:07:26 +0000 (16:07 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 3 Nov 2006 15:07:26 +0000 (16:07 +0100)
grml-debootstrap

index 0bbe409..f2846c3 100644 (file)
@@ -4,7 +4,7 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # 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
 
 ################################################################################
 # 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"
 
 if [ -n "$TUNE2FS" ] ; then
    einfo "Disabling automatic filesystem check on $TARGET via tune2fs"
-   TUNE2FS $TARGET
+   $TUNE2FS $TARGET
    eend $?
 fi
 
    eend $?
 fi