drop ewarn/eend from chroot-script
authorMichael Prokop <mika@grml.org>
Tue, 10 Apr 2007 09:46:50 +0000 (11:46 +0200)
committerMichael Prokop <mika@grml.org>
Tue, 10 Apr 2007 09:46:50 +0000 (11:46 +0200)
chroot-script

index ee6fbb0..6000710 100644 (file)
@@ -23,7 +23,7 @@ fi
 # helper functions {{{
 stage() {
   if grep -q done "$STAGES/$1" 2>/dev/null ; then
 # helper functions {{{
 stage() {
   if grep -q done "$STAGES/$1" 2>/dev/null ; then
-     ewarn "Notice: stage $1 has been executed already, skipping execution therefore." ; eend 0
+     echo "Notice: stage $1 has been executed already, skipping execution therefore.">&2
      return 1
   else
      echo "$2" > "$STAGES/$1"
      return 1
   else
      echo "$2" > "$STAGES/$1"