diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-01-27 21:53:36 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-01-27 21:53:36 +0000 |
commit | 609ac8178e6695c2ac834fcf8bbd61cef0901d78 (patch) | |
tree | f7fa29dd06d69f428deb7bb2112d3e1a2fe277f3 /kiss | |
parent | b404e0f2d04d7343da102380862ffa78b829e49c (diff) | |
download | cpt-609ac8178e6695c2ac834fcf8bbd61cef0901d78.tar.gz |
kiss: comment
FossilOrigin-Name: 17ac0a28193e0de82b31838b5666eb3dcff3b702dd717de276da0288df4473e5
Diffstat (limited to 'kiss')
-rwxr-xr-x | kiss | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 } |