xbps-src: allow update-check for broken packages

This commit is contained in:
Michael Gehring 2017-07-01 22:31:17 +00:00
parent cba8baa318
commit 31db228f9b
1 changed files with 1 additions and 1 deletions

View File

@ -777,7 +777,7 @@ case "$XBPS_TARGET" in
bulk_update -i
;;
update-check)
read_pkg
read_pkg ignore-broken
update_check
;;
update-hash-cache)