kiss: fix continue -> return

This commit is contained in:
Dylan Araps 2021-07-27 20:57:49 +03:00
parent c2e630c365
commit 4f715f678b
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -1030,7 +1030,7 @@ pkg_build() {
pkg_checksum() {
pkg_source "$1" c
[ -f "$repo_dir/sources" ] || continue
[ -f "$repo_dir/sources" ] || return 0
pkg_checksum_gen