From: Michael Prokop Date: Tue, 10 Apr 2007 09:46:50 +0000 (+0200) Subject: drop ewarn/eend from chroot-script X-Git-Tag: 0.6~6 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=434ed75df41fbb8d24e2315b62cc134485502d6d drop ewarn/eend from chroot-script --- diff --git a/chroot-script b/chroot-script index ee6fbb0..6000710 100644 --- a/chroot-script +++ b/chroot-script @@ -23,7 +23,7 @@ fi # 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"