docs: update

This commit is contained in:
Dylan Araps 2020-01-28 18:41:15 +02:00
parent 87c59cb737
commit c4c9953f66
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -785,7 +785,7 @@ pkg_conflicts() {
# Use 'grep' to list matching lines between the to
# be installed package's manifest and the above filtered
# list.
if [ "$KISS_CHOICE" ] || [ "$con_total" -le 10 ]; then
if [ "$KISS_CHOICE" = 1 ] || [ "$con_total" -le 10 ]; then
"$grep" -Fxf "$cac_dir/$pid-m" -- "$@" |
# This is a novel way of offering an "alternatives" system.