aboutsummaryrefslogtreecommitdiff
path: root/kiss
diff options
context:
space:
mode:
authordylan.araps@gmail.com <dylan.araps@gmail.com>2020-01-28 16:41:15 +0000
committerdylan.araps@gmail.com <dylan.araps@gmail.com>2020-01-28 16:41:15 +0000
commit7c11806ce8a4aeff3b8c4d1610dbd66e2975c2a7 (patch)
treed1872b4119d1b7e3e6095747e9357f9816779a21 /kiss
parent607fd03b7e579e75d5e40cff95e9e0b3f9b661bd (diff)
downloadcpt-7c11806ce8a4aeff3b8c4d1610dbd66e2975c2a7.tar.gz
docs: update
FossilOrigin-Name: c374280d82207dfb0644c918a2e445213d14b46aed7070e4280e2ac239b6bc1d
Diffstat (limited to 'kiss')
-rwxr-xr-xkiss2
1 files changed, 1 insertions, 1 deletions
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.