forked from kiss-community/kiss
docs: update
This commit is contained in:
parent
e0fa92da2f
commit
a4ee893169
7
kiss
7
kiss
@ -1201,10 +1201,9 @@ pkg_clean() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
args() {
|
args() {
|
||||||
# Parse script arguments manually. POSIX 'sh' has no 'getopts'
|
# Parse script arguments manually. This is rather easy to do in
|
||||||
# or equivalent built in. This is rather easy to do in our case
|
# our case since the first argument is always an "action" and
|
||||||
# since the first argument is always an "action" and the arguments
|
# the arguments that follow are all package names.
|
||||||
# that follow are all package names.
|
|
||||||
action=$1
|
action=$1
|
||||||
|
|
||||||
# 'dash' exits on error here if 'shift' is used and there are zero
|
# 'dash' exits on error here if 'shift' is used and there are zero
|
||||||
|
Loading…
Reference in New Issue
Block a user