improve display of stage warning in chroot-script
authorMichael Prokop <mika@grml.org>
Tue, 10 Apr 2007 09:48:29 +0000 (11:48 +0200)
committerMichael Prokop <mika@grml.org>
Tue, 10 Apr 2007 09:48:29 +0000 (11:48 +0200)
chroot-script

index 6000710..b82526f 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.
-# Latest change: Die Apr 10 11:11:02 CEST 2007 [mika]
+# Latest change: Die Apr 10 11:48:13 CEST 2007 [mika]
 ################################################################################
 
 set -e # exit on any error
@@ -23,7 +23,7 @@ fi
 # helper functions {{{
 stage() {
   if grep -q done "$STAGES/$1" 2>/dev/null ; then
-     echo "Notice: stage $1 has been executed already, skipping execution therefore.">&2
+     echo " * Notice: stage $1 has been executed already, skipping execution therefore."
      return 1
   else
      echo "$2" > "$STAGES/$1"