forked from ariadne/pkgconf
main: use PKGF_SKIP_ROOT_VIRTUAL when looking for variables
parent
f1bd223f7f
commit
07a414677b
2
main.c
2
main.c
|
@ -409,7 +409,7 @@ pkg_queue_walk(pkg_queue_t *head)
|
||||||
if (want_variable)
|
if (want_variable)
|
||||||
{
|
{
|
||||||
wanted_something++;
|
wanted_something++;
|
||||||
pkg_traverse(&world, print_variable, NULL, 2, global_traverse_flags);
|
pkg_traverse(&world, print_variable, NULL, 2, global_traverse_flags | PKGF_SKIP_ROOT_VIRTUAL);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (wanted_something)
|
if (wanted_something)
|
||||||
|
|
Loading…
Reference in New Issue