diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-09-22 11:37:08 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-09-22 11:37:08 +0000 |
commit | b2dd7afec33f2f91d29b2e901a25c8b5b71f9bac (patch) | |
tree | b3d723e74faf8ea6a35aa24db428d4923fd747a5 /kiss | |
parent | f2b996da8fff8d719eb9432a1b83bf36798c0673 (diff) | |
download | cpt-b2dd7afec33f2f91d29b2e901a25c8b5b71f9bac.tar.gz |
kiss: simplify test
FossilOrigin-Name: d452de7cc0e2171b0be08553c1f1cf776573cb838dd8cd9773994d965c22401c
Diffstat (limited to 'kiss')
-rwxr-xr-x | kiss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |