kiss: more precise check

This commit is contained in:
Dylan Araps 2021-07-20 12:20:50 +03:00
parent d121fd318f
commit 7cb2b052dd
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -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