mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-25 08:30:05 -07:00
fix shellcheck
This commit is contained in:
parent
d6917d5fe1
commit
7cfce11abc
2
kiss
2
kiss
@ -741,7 +741,7 @@ pkg_checksums() {
|
|||||||
pkg_verify() {
|
pkg_verify() {
|
||||||
# Verify all package checksums. This is achieved by generating a new set
|
# Verify all package checksums. This is achieved by generating a new set
|
||||||
# of checksums and then comparing those with the old 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")
|
for pkg do repo_dir=$(pkg_find "$pkg")
|
||||||
[ -f "$repo_dir/sources" ] || continue
|
[ -f "$repo_dir/sources" ] || continue
|
||||||
|
Loading…
Reference in New Issue
Block a user