kiss: fix too strict install check

This commit is contained in:
Dylan Araps 2021-07-19 10:25:15 +03:00
parent 49e9feca74
commit 1e14b794a3
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

@ -1364,7 +1364,7 @@ pkg_installable() {
! [ -f "$2" ] ||
while read -r dep dep_type || ok "$dep"; do
case $dep-$dep_type in [!\#]?*)
case "$dep $dep_type" in [!\#]?*\ )
! [ -d "$sys_db/$dep" ] || continue
printf '%s %s\n' "$dep" "$dep_type"