forked from kiss-community/kiss
kiss: simplify test
This commit is contained in:
parent
25201d6961
commit
7783b190ad
2
kiss
2
kiss
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user