aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordylan.araps@gmail.com <dylan.araps@gmail.com>2019-07-26 16:56:21 +0000
committerdylan.araps@gmail.com <dylan.araps@gmail.com>2019-07-26 16:56:21 +0000
commit88f7d2d23a45c0a075e5467a0fbb4b3fd110c8bf (patch)
treed307b01f9768c253c8e31bcaaa971f71630f16a7
parent295f624fa63fb2c8163fe139bfd3a1dfb9629417 (diff)
downloadcpt-88f7d2d23a45c0a075e5467a0fbb4b3fd110c8bf.tar.gz
docs: update
FossilOrigin-Name: b9012f554bfefffe98ba5695225c08a855c85322a253efc1eb0f4d066829c06a
-rwxr-xr-xkiss3
1 files changed, 1 insertions, 2 deletions
diff --git a/kiss b/kiss
index 55989d6..a925009 100755
--- a/kiss
+++ b/kiss
@@ -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 "$@"
}