kiss: revert early exit. Closes #247

This commit is contained in:
Dylan Araps 2021-07-24 20:31:38 +03:00
parent b2e1d53bb7
commit 18be5567a0
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

@ -551,7 +551,7 @@ pkg_depends() {
die "Circular dependency detected $1 <> ${4##* }"
esac
! pkg_find "$1" || ! [ -e "$repo_dir/depends" ] ||
! _pkg_find "$1" || ! [ -e "$repo_dir/depends" ] ||
# Recurse through the dependencies of the child packages.
while read -r dep dep_type || ok "$dep"; do