From 524c4ac8717ba99f88d5ad938829e1dea79e0ac2 Mon Sep 17 00:00:00 2001 From: "dylan.araps@gmail.com" Date: Wed, 19 Feb 2020 09:59:47 +0000 Subject: docs: update FossilOrigin-Name: 26737998f7cbe02cd9956a49da1f2a52001b80aa0962c8bd24b5b8a85f94a46f --- kiss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/kiss b/kiss index 4714a88..d59fc99 100755 --- a/kiss +++ b/kiss @@ -1201,10 +1201,9 @@ pkg_clean() { } args() { - # Parse script arguments manually. POSIX 'sh' has no 'getopts' - # or equivalent built in. This is rather easy to do in our case - # since the first argument is always an "action" and the arguments - # that follow are all package names. + # Parse script arguments manually. This is rather easy to do in + # our case since the first argument is always an "action" and + # the arguments that follow are all package names. action=$1 # 'dash' exits on error here if 'shift' is used and there are zero -- cgit v1.2.3