aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordylan.araps@gmail.com <dylan.araps@gmail.com>2020-02-19 09:59:47 +0000
committerdylan.araps@gmail.com <dylan.araps@gmail.com>2020-02-19 09:59:47 +0000
commit524c4ac8717ba99f88d5ad938829e1dea79e0ac2 (patch)
treed1ec250067bfb9ec55f993dc5690d58e0527e386
parent2dc11d4215a03460b8f5e3a98897b061f1f4d25b (diff)
downloadcpt-524c4ac8717ba99f88d5ad938829e1dea79e0ac2.tar.gz
docs: update
FossilOrigin-Name: 26737998f7cbe02cd9956a49da1f2a52001b80aa0962c8bd24b5b8a85f94a46f
-rwxr-xr-xkiss7
1 files 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