diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-02-19 09:59:47 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-02-19 09:59:47 +0000 |
commit | 524c4ac8717ba99f88d5ad938829e1dea79e0ac2 (patch) | |
tree | d1ec250067bfb9ec55f993dc5690d58e0527e386 | |
parent | 2dc11d4215a03460b8f5e3a98897b061f1f4d25b (diff) | |
download | cpt-524c4ac8717ba99f88d5ad938829e1dea79e0ac2.tar.gz |
docs: update
FossilOrigin-Name: 26737998f7cbe02cd9956a49da1f2a52001b80aa0962c8bd24b5b8a85f94a46f
-rwxr-xr-x | kiss | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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 |