xbps-bin::check.c: reset a var to avoid false positives.
This commit is contained in:
parent
af5d3a0653
commit
03b1b254cc
@ -258,6 +258,7 @@ xbps_check_pkg_integrity(const char *pkgname)
|
||||
printf("%s: dependency not satisfied: %s\n",
|
||||
pkgname, reqpkg);
|
||||
}
|
||||
rv = 0;
|
||||
}
|
||||
prop_object_iterator_release(iter);
|
||||
if (rv == ENOENT) {
|
||||
|
Loading…
Reference in New Issue
Block a user