summaryrefslogtreecommitdiffstats
path: root/VDEPENDS
diff options
context:
space:
mode:
authorIsmael Luceno2021-02-13 19:24:31 +0100
committerIsmael Luceno2021-02-13 19:31:47 +0100
commit5e51f44bb6b609c3320a7617e172061a24346c11 (patch)
tree0ac5e5e79f47e7ee122d38b8604a6792d99f3ff0 /VDEPENDS
parent217f1108f14e135085ccaa9a85fe3596514e85b5 (diff)
vdepends: Clean subdeps when looping
Diffstat (limited to 'VDEPENDS')
-rw-r--r--VDEPENDS1
1 files changed, 1 insertions, 0 deletions
diff --git a/VDEPENDS b/VDEPENDS
index 825856bb12..4a7710cc18 100644
--- a/VDEPENDS
+++ b/VDEPENDS
@@ -35,6 +35,7 @@ vdepends() {
local dep features flags rest
local op depver iver gver
while read dep rest; do
+ features=
case "$dep" in
(\#*) # comment line
continue