aboutsummaryrefslogtreecommitdiff
path: root/kiss
diff options
context:
space:
mode:
Diffstat (limited to 'kiss')
-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