X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=chroot-script;h=b82526facf90b87e58f8e248e698aa1eb26d3080;hp=ee6fbb0f037dcde35a0308614c6be0510733ead3;hb=0e331baedd30bdf788922f8d4f4082d960498be7;hpb=62bac19425425e3f5d8481563d1dc6f2caeaf73e diff --git a/chroot-script b/chroot-script index ee6fbb0..b82526f 100644 --- a/chroot-script +++ b/chroot-script @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Die Apr 10 11:11:02 CEST 2007 [mika] +# Latest change: Die Apr 10 11:48:13 CEST 2007 [mika] ################################################################################ set -e # exit on any error @@ -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." return 1 else echo "$2" > "$STAGES/$1"