diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-09-15 06:39:39 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-09-15 06:39:39 +0000 |
commit | 9deed25d2efe6b698c976329690bde72f5fd8dff (patch) | |
tree | 4ae9c1330b22a3de58743cf8be20bd2095069ad8 | |
parent | 647b759c67d2a352fdc57160d595d7f7c84f2d06 (diff) | |
download | cpt-9deed25d2efe6b698c976329690bde72f5fd8dff.tar.gz |
kiss: fix comment
FossilOrigin-Name: cbd0748064045c744f879e2797d15eeadbd9419dc0b52ec6f019e257d19afb09
-rwxr-xr-x | kiss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |