forked from kiss-community/kiss
kiss: revert early exit. Closes #247
This commit is contained in:
parent
b2e1d53bb7
commit
18be5567a0
2
kiss
2
kiss
@ -551,7 +551,7 @@ pkg_depends() {
|
|||||||
die "Circular dependency detected $1 <> ${4##* }"
|
die "Circular dependency detected $1 <> ${4##* }"
|
||||||
esac
|
esac
|
||||||
|
|
||||||
! pkg_find "$1" || ! [ -e "$repo_dir/depends" ] ||
|
! _pkg_find "$1" || ! [ -e "$repo_dir/depends" ] ||
|
||||||
|
|
||||||
# Recurse through the dependencies of the child packages.
|
# Recurse through the dependencies of the child packages.
|
||||||
while read -r dep dep_type || ok "$dep"; do
|
while read -r dep dep_type || ok "$dep"; do
|
||||||
|
Loading…
Reference in New Issue
Block a user