xbps-bin: return ENODEV in missing dependencies, not 1.

This commit is contained in:
Juan RP 2011-07-02 23:44:51 +02:00
parent 8b43800e94
commit 7999d393e2

View File

@ -598,7 +598,7 @@ xbps_exec_transaction(bool yes, bool show_download_pkglist_url)
/* missing packages */
array = xbps_transaction_missingdeps_get();
show_missing_deps(array);
rv = 1;
rv = errno;
goto out;
}
rv = errno;