From c4c9953f664522e2c7b829771858d93d7de654d6 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 28 Jan 2020 18:41:15 +0200 Subject: [PATCH] docs: update --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 32e9fc3..d81f19e 100755 --- a/kiss +++ b/kiss @@ -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.