X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=chroot-script;h=40fa486524433f79b45d3a9f46fb9a856b607647;hp=5bfcb4429badb7ffa0728b1cfba7fa1d263d7fe1;hb=a6e66feca9403ad2a5846fdfa989bb9f170fd72f;hpb=75700fa47e63a9b329fd784b6588fde3c4a29f39 diff --git a/chroot-script b/chroot-script index 5bfcb44..40fa486 100644 --- a/chroot-script +++ b/chroot-script @@ -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 }