diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-01-28 16:41:15 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-01-28 16:41:15 +0000 |
commit | 7c11806ce8a4aeff3b8c4d1610dbd66e2975c2a7 (patch) | |
tree | d1872b4119d1b7e3e6095747e9357f9816779a21 | |
parent | 607fd03b7e579e75d5e40cff95e9e0b3f9b661bd (diff) | |
download | cpt-7c11806ce8a4aeff3b8c4d1610dbd66e2975c2a7.tar.gz |
docs: update
FossilOrigin-Name: c374280d82207dfb0644c918a2e445213d14b46aed7070e4280e2ac239b6bc1d
-rwxr-xr-x | kiss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |