make "noclobber" message silent
authorMichael Schroeder <mls@suse.de>
Wed, 10 Nov 2010 13:32:40 +0000 (14:32 +0100)
committerMichael Schroeder <mls@suse.de>
Wed, 10 Nov 2010 13:32:40 +0000 (14:32 +0100)
build

diff --git a/build b/build
index f647779..700afed 100755 (executable)
--- a/build
+++ b/build
@@ -984,7 +984,7 @@ if test -n "$KILL" ; then
        # mark job as failed so that we don't extract packages
        echo -n "BUILDSTATUS1" >"$VM_SWAP"
     fi
-    (set -C; > "$BUILD_ROOT/exit" || true)
+    (set -C; > "$BUILD_ROOT/exit" 2>/dev/null || true)
     if test "$VM_TYPE" = 'lxc'; then
        LXCID=${BUILD_ROOT##*/}
        lxc-stop -n "$LXCID" || true