diff --git a/kiss b/kiss index 1b5d66e..2c547d2 100755 --- a/kiss +++ b/kiss @@ -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