From e58c74eb1f1c17cf64213a600df1608837d4babb Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 4 Oct 2021 08:56:28 +0300 Subject: [PATCH] kiss: fix conflicts bug. See #278 --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 9315565..220e062 100755 --- a/kiss +++ b/kiss @@ -1107,7 +1107,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