Merge pull request #6920 from ebfe/update-check-broken

xbps-src: allow update-check for broken packages
This commit is contained in:
Enno Boland 2017-07-04 13:26:00 +02:00 committed by GitHub
commit 53b23212f2
1 changed files with 1 additions and 1 deletions

View File

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