kiss: remove old transitional compatibility

This commit is contained in:
Dylan Araps 2021-07-01 14:28:55 +00:00
parent 2e455e96ab
commit 34868aae73
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 1 additions and 3 deletions

4
kiss
View File

@ -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")