mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-25 16:40:07 -07:00
kiss: fix comment
This commit is contained in:
parent
becb94ca90
commit
af9b6f5698
2
kiss
2
kiss
@ -179,7 +179,7 @@ pkg_depends() {
|
||||
# This does a depth-first search. The deepest dependencies are
|
||||
# listed first and then the parents in reverse order.
|
||||
contains "$deps" "$1" || {
|
||||
# Filter out non-explicit and aleady installed dependencies.
|
||||
# Filter out non-explicit, aleady installed dependencies.
|
||||
[ -z "$2" ] && (pkg_list "$1" >/dev/null) && return
|
||||
|
||||
# Recurse through the dependencies of the child
|
||||
|
Loading…
Reference in New Issue
Block a user