X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=chroot-script;h=6000710c8c1d6bf1d94b086ada1f6ec355a11da2;hp=ee6fbb0f037dcde35a0308614c6be0510733ead3;hb=434ed75df41fbb8d24e2315b62cc134485502d6d;hpb=62bac19425425e3f5d8481563d1dc6f2caeaf73e 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"