From 34868aae73df15c1abb9310234732b6571d60078 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 1 Jul 2021 14:28:55 +0000 Subject: [PATCH] kiss: remove old transitional compatibility --- kiss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kiss b/kiss index 81d3cb7..cc82612 100755 --- a/kiss +++ b/kiss @@ -782,9 +782,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 .*|^SKIP$/{next}!((\$1)in a){exit 1} - " + verify_cmd="NR==FNR{a[\$1];next}/^SKIP$/{next}!((\$1)in a){exit 1}" for pkg do repo_dir=$(pkg_find "$pkg")