kiss: cheeky

This commit is contained in:
Dylan Araps 2021-06-29 15:28:50 +00:00
parent 9ea3ceaf5d
commit e8927ec1ad
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -645,7 +645,7 @@ pkg_build() {
# If an explicit package is a dependency of another explicit package,
# remove it from the explicit list as it needs to be installed as a
# dependency.
for pkg in $explicit do
for pkg in $explicit; do
contains "$deps" "$pkg" || set -- "$@" "$pkg"
done
explicit_cnt=$#