forked from kiss-community/kiss
kiss: drop weird prompt at end of builds.
This commit is contained in:
parent
892f6de9e9
commit
70d8eba781
14
kiss
14
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() {
|
||||
|
Loading…
Reference in New Issue
Block a user