misc: silence warning

This commit is contained in:
Dylan Araps 2021-07-03 23:42:23 +00:00
parent f66659e5b1
commit aaed6fb8c3
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 2 additions and 0 deletions

2
kiss
View File

@ -1216,6 +1216,8 @@ pkg_installable() {
# are satisfied.
log "$1" "Checking if package installable"
# False positive.
# shellcheck disable=2094
! [ -f "$2" ] ||
while read -r dep dep_type || [ "$dep" ]; do