xbps-bin: return ENODEV in missing dependencies, not 1.
This commit is contained in:
parent
8b43800e94
commit
7999d393e2
@ -598,7 +598,7 @@ xbps_exec_transaction(bool yes, bool show_download_pkglist_url)
|
|||||||
/* missing packages */
|
/* missing packages */
|
||||||
array = xbps_transaction_missingdeps_get();
|
array = xbps_transaction_missingdeps_get();
|
||||||
show_missing_deps(array);
|
show_missing_deps(array);
|
||||||
rv = 1;
|
rv = errno;
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
rv = errno;
|
rv = errno;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user