From 7c11806ce8a4aeff3b8c4d1610dbd66e2975c2a7 Mon Sep 17 00:00:00 2001 From: "dylan.araps@gmail.com" Date: Tue, 28 Jan 2020 16:41:15 +0000 Subject: docs: update FossilOrigin-Name: c374280d82207dfb0644c918a2e445213d14b46aed7070e4280e2ac239b6bc1d --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kiss') 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. -- cgit v1.2.3