projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
07a3904
)
fix no_dev_sanity logic
author
Benedikt Boehm
<hollow@gentoo.org>
Tue, 31 Oct 2006 14:33:30 +0000 (14:33 +0000)
committer
Benedikt 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
patch
|
blob
|
history
diff --git
a/scripts/vserver-build.template
b/scripts/vserver-build.template
index
823390b
..
b2efab5
100644
(file)
--- a/
scripts/vserver-build.template
+++ b/
scripts/vserver-build.template
@@
-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
}