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