aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 "$@"
}