forked from kiss-community/kiss
kiss: fix hang when no packages installed during conflict resolution. Closes #182
This commit is contained in:
parent
e0e8b1d9b6
commit
6998e9f58c
3
kiss
3
kiss
@ -794,6 +794,9 @@ pkg_conflicts() {
|
||||
set -- "$@" "$manifest"
|
||||
done
|
||||
|
||||
# Return here if there is nothing to check conflicts against.
|
||||
[ "$#" != 0 ] || return 0
|
||||
|
||||
# Store the list of found conflicts in a file as we'll be using the
|
||||
# information multiple times. Storing things in the cache dir allows
|
||||
# us to be lazy as they'll be automatically removed on script end.
|
||||
|
Loading…
Reference in New Issue
Block a user