Fix usage of debug in /etc/grml/fai/live-initramfs/grml-script.init-top
authorMichael Prokop <devnull@localhost>
Sun, 16 Sep 2007 20:26:21 +0000 (22:26 +0200)
committerMichael Prokop <devnull@localhost>
Sun, 16 Sep 2007 20:26:21 +0000 (22:26 +0200)
etc/grml/fai/live-initramfs/grml-script.init-top

index ae29383..4b62c70 100755 (executable)
@@ -2,7 +2,7 @@
 
 # helper functions {{{
 
-if grep -qe debug -qe verbose /proc/cmdline 2>/dev/null ; then
+if grep -qe debug -qe verbose /proc/cmdline 2>/dev/null ; then
    echo "debug: scripts/init-top/grml running"
 fi