diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-07-26 16:56:21 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-07-26 16:56:21 +0000 |
commit | 88f7d2d23a45c0a075e5467a0fbb4b3fd110c8bf (patch) | |
tree | d307b01f9768c253c8e31bcaaa971f71630f16a7 /kiss | |
parent | 295f624fa63fb2c8163fe139bfd3a1dfb9629417 (diff) | |
download | cpt-88f7d2d23a45c0a075e5467a0fbb4b3fd110c8bf.tar.gz |
docs: update
FossilOrigin-Name: b9012f554bfefffe98ba5695225c08a855c85322a253efc1eb0f4d066829c06a
Diffstat (limited to 'kiss')
-rwxr-xr-x | kiss | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -798,8 +798,7 @@ pkg_updates() { # Tell 'pkg_build' to always prompt before build. build_prompt=1 - # POSIX 'read' has none of the "nice" options like '-n', '-p' - # etc etc. This is the most basic usage of 'read'. + # Build all packages requiring an update. pkg_build "$@" } |