aboutsummaryrefslogtreecommitdiff
path: root/kiss
diff options
context:
space:
mode:
authordylan.araps@gmail.com <dylan.araps@gmail.com>2020-01-27 21:53:36 +0000
committerdylan.araps@gmail.com <dylan.araps@gmail.com>2020-01-27 21:53:36 +0000
commit609ac8178e6695c2ac834fcf8bbd61cef0901d78 (patch)
treef7fa29dd06d69f428deb7bb2112d3e1a2fe277f3 /kiss
parentb404e0f2d04d7343da102380862ffa78b829e49c (diff)
downloadcpt-609ac8178e6695c2ac834fcf8bbd61cef0901d78.tar.gz
kiss: comment
FossilOrigin-Name: 17ac0a28193e0de82b31838b5666eb3dcff3b702dd717de276da0288df4473e5
Diffstat (limited to 'kiss')
-rwxr-xr-xkiss4
1 files changed, 4 insertions, 0 deletions
diff --git a/kiss b/kiss
index db2f13f..0243004 100755
--- a/kiss
+++ b/kiss
@@ -551,6 +551,10 @@ pkg_build() {
[ $# -gt 1 ] || [ "$pkg_update" ] && {
prompt
+ # Prompt for password prior to the build if more than one package
+ # will be built and installed. No use in forcing the user to wait
+ # for the first password prompt (before caching) if it may take a
+ # long long while.
[ "$cached" ] || root_cache
}