diff options
-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 |