From aaed6fb8c38cc6dd5999798af9f4fcde33335498 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 3 Jul 2021 23:42:23 +0000 Subject: [PATCH] misc: silence warning --- kiss | 2 ++ 1 file changed, 2 insertions(+) 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