From ea4f71c2c383627b1f134d368e42e493ae570547 Mon Sep 17 00:00:00 2001 From: Reto Buerki Date: Thu, 28 Nov 2013 13:51:33 +0100 Subject: [PATCH] testing: Fix status output in build-baseimage script --- testing/scripts/build-baseimage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/scripts/build-baseimage b/testing/scripts/build-baseimage index 354b48bd7..b6b8854ab 100755 --- a/testing/scripts/build-baseimage +++ b/testing/scripts/build-baseimage @@ -68,7 +68,7 @@ do_on_exit graceful_umount $APTCACHE log_action "Running debootstrap ($BASEIMGSUITE, $BASEIMGARCH)" execute "debootstrap --arch=$BASEIMGARCH --include=$INC $BASEIMGSUITE $LOOPDIR $BASEIMGMIRROR" -execute "mount -t proc none $LOOPDIR/proc" +execute "mount -t proc none $LOOPDIR/proc" 0 do_on_exit graceful_umount $LOOPDIR/proc for service in $SERVICES