kiss: simplify test

This commit is contained in:
Dylan Araps 2019-09-22 14:37:09 +03:00
parent 25201d6961
commit 7783b190ad
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -372,7 +372,7 @@ pkg_build() {
log "Building: $*"
# Only ask for confirmation if more than one package needs to be built.
[ $# -gt 1 ] || [ "$pkg_update" ] && { prompt || exit; }
[ $# -gt 1 ] || [ "$pkg_update" ] && prompt
log "Checking to see if any dependencies have already been built"
log "Installing any pre-built dependencies"