misc: nit

This commit is contained in:
Dylan Araps 2021-07-06 18:26:50 +03:00
parent 0a874f9275
commit ebb43819c0
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 3 additions and 1 deletions

4
kiss
View File

@ -704,7 +704,9 @@ pkg_build() {
# Ask for confirmation if extra packages need to be built.
[ "$#" -ne "$explicit_cnt" ] || [ "$pkg_update" ] && prompt
for pkg do pkg_lint "$pkg"; done
for pkg do
pkg_lint "$pkg"
done
log "Checking for pre-built dependencies"