From 7cb2b052dd7b3f237a56b940b0a65394363988a1 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 20 Jul 2021 12:20:50 +0300 Subject: [PATCH] kiss: more precise check --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 5d04876..0fcd43f 100755 --- a/kiss +++ b/kiss @@ -1058,7 +1058,7 @@ pkg_conflicts() { set -f "$sys_db"/*/manifest # Remove the current package from the manifest list. - fnr "$*" "$sys_db/$_pkg/manifest" "" + fnr " $* " " $sys_db/$_pkg/manifest " "" # Intentional, globbing disabled. # shellcheck disable=2046,2086