Remove ewarn+eend from chroot-script
authorMichael Prokop <mika@grml.org>
Mon, 16 Apr 2007 13:08:31 +0000 (15:08 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 16 Apr 2007 13:08:31 +0000 (15:08 +0200)
chroot-script

index 5bfcb44..40fa486 100644 (file)
@@ -36,7 +36,7 @@ stage() {
      echo "$2" > "$STAGES/$1"
      return 0
   elif 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
   fi
 }