From: Reto Buerki Date: Thu, 28 Nov 2013 12:51:33 +0000 (+0100) Subject: testing: Fix status output in build-baseimage script X-Git-Tag: 5.1.2.dr2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea4f71c2c383627b1f134d368e42e493ae570547;p=thirdparty%2Fstrongswan.git testing: Fix status output in build-baseimage script --- diff --git a/testing/scripts/build-baseimage b/testing/scripts/build-baseimage index 354b48bd7b..b6b8854ab5 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