X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=chroot-script;h=f735d40a59ace718865ff9bd49300f56f3cb8fea;hp=1bdfca6021ec4d439470cff451205a225198d4eb;hb=d4febfefadb645cf5461bd891170c892ed0461e1;hpb=53dbb758a32f7453d42ffe54aeab764f23ae12f0 diff --git a/chroot-script b/chroot-script index 1bdfca6..f735d40 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: Mon Apr 09 15:33:33 CEST 2007 [mika] +# Latest change: Mon Apr 09 23:27:30 CEST 2007 [mika] ################################################################################ set -e # exit on any error @@ -29,10 +29,8 @@ stage() { return 1 fi # main function - if [ -f "$STAGES/$1" ] ; then - if grep -q done "$STAGES/$1" ; then - ewarn "Notice: stage $1 has been executed already, skipping execution therefore." ; eend 0 - fi + if grep -q done "$STAGES/$1" 2>/dev/null ; then + ewarn "Notice: stage $1 has been executed already, skipping execution therefore." ; eend 0 else echo "$2" > "$STAGES/$1" fi