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 }