fix no_dev_sanity logic
authorBenedikt Boehm <hollow@gentoo.org>
Tue, 31 Oct 2006 14:33:30 +0000 (14:33 +0000)
committerBenedikt Boehm <hollow@gentoo.org>
Tue, 31 Oct 2006 14:33:30 +0000 (14:33 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2358 94cd875c-1c1d-0410-91d2-eb244daf1a30

scripts/vserver-build.template

index 823390b..b2efab5 100644 (file)
@@ -88,7 +88,7 @@ for t in "${TEMPLATE[@]}"; do
     $DECOMPRESS "$t" | $EXTRACT
 done
 
-test -z "$no_dev_sanity" || {
+test -z "$no_dev_sanity" && {
     rm -rf dev/*
     populateDev
 }