commit 095c25c2a797c5f9cd20ab56459e3295eae20315 parent d87e87612181c751c75f137116ef0e6f61961777 Author: Dylan Araps <dylan.araps@gmail.com> Date: Fri, 26 Jul 2019 19:56:22 +0300 docs: update Diffstat:
M | kiss | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git 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 "$@" }