bin/xbps-remove: fix skipping executing orphans transaction
This commit is contained in:
parent
cc1c984e9a
commit
7b728f5ac0
@ -295,7 +295,7 @@ main(int argc, char **argv)
|
||||
exit(rv);
|
||||
}
|
||||
}
|
||||
if (missing == argc) {
|
||||
if (!orphans && missing == argc) {
|
||||
goto out;
|
||||
}
|
||||
if (orphans || (argc > optind)) {
|
||||
|
Loading…
Reference in New Issue
Block a user