docs: update

This commit is contained in:
Dylan Araps 2020-07-08 00:51:40 +03:00
parent 67fd516430
commit d808b15c68
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 2 additions and 3 deletions

5
kiss
View File

@ -337,9 +337,8 @@ pkg_extract() {
}
pkg_depends() {
# Resolve all dependencies and generate an ordered list. This does a
# depth-first search. The deepest dependencies are listed first and then
# the parents in reverse order.
# Resolve all dependencies and generate an ordered list. The deepest
# dependencies are listed first and then the parents in reverse order.
contains "$deps" "$1" || {
# Filter out non-explicit, aleady installed dependencies.
[ "$3" ] && [ -z "$2" ] && (pkg_list "$1" >/dev/null) && return