From 70d8eba781fa6663a72d30ed595a35662600235c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 12 Sep 2020 17:27:07 +0300 Subject: [PATCH] kiss: drop weird prompt at end of builds. --- kiss | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/kiss b/kiss index bd0004c..3120787 100755 --- a/kiss +++ b/kiss @@ -706,19 +706,7 @@ pkg_build() { (KISS_FORCE=1 args i "$pkg") done - # Turn the explicit packages into a 'list'. See [1] at top of script. - # shellcheck disable=2046,2086 - set -- $explicit - - if [ "$pkg_update" ]; then - return - - elif [ "$#" -gt 1 ] && prompt "Install built packages? [$*]"; then - args i "$@" - - else - log "Run 'kiss i $*' to install the package(s)" - fi + log "Successfully built all packages" } pkg_checksums() {