From 7cfce11abc2fe1a995e46c33dbfd3730a45904f1 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 13 Aug 2020 10:35:59 +0300 Subject: [PATCH] fix shellcheck --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index c67de14..1ab3115 100755 --- a/kiss +++ b/kiss @@ -741,7 +741,7 @@ pkg_checksums() { pkg_verify() { # Verify all package checksums. This is achieved by generating a new set # of checksums and then comparing those with the old set. - verify_cmd='NR==FNR{a[$1];next}/^git\+.*/{next}!(($1)in a){exit 1}' + verify_cmd="NR==FNR{a[\$1];next}/^git\+.*/{next}!((\$1)in a){exit 1}" for pkg do repo_dir=$(pkg_find "$pkg") [ -f "$repo_dir/sources" ] || continue