summaryrefslogtreecommitdiff
blob: d4193790017d07c90dcab1175a3823923c43a7ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: scripts/vserver-build.template
===================================================================
--- scripts/vserver-build.template	(revision 2357)
+++ scripts/vserver-build.template	(revision 2358)
@@ -88,7 +88,7 @@
     $DECOMPRESS "$t" | $EXTRACT
 done
 
-test -z "$no_dev_sanity" || {
+test -z "$no_dev_sanity" && {
     rm -rf dev/*
     populateDev
 }