commit 7783b190ad2f9b9d8191f90a8726e57ef756027a
parent 25201d6961172b024258d31444bae0dafaf6bcbb
Author: Dylan Araps <dylan.araps@gmail.com>
Date: Sun, 22 Sep 2019 14:37:09 +0300
kiss: simplify test
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kiss b/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"