forked from kiss-community/kiss
kiss: Bye bye ternary
This commit is contained in:
parent
fd91d64169
commit
fc1734c36c
2
kiss
2
kiss
@ -1381,7 +1381,7 @@ args() {
|
|||||||
# since the first argument is always an "action" and the arguments that
|
# since the first argument is always an "action" and the arguments that
|
||||||
# follow are all package names.
|
# follow are all package names.
|
||||||
action=$1
|
action=$1
|
||||||
shift "$(($# ? 1 : 0))"
|
shift "$(($# != 1))"
|
||||||
|
|
||||||
# Unless this is a search, sanitize the user's input. The call to
|
# Unless this is a search, sanitize the user's input. The call to
|
||||||
# 'pkg_find()' supports basic globbing, ensure input doesn't expand
|
# 'pkg_find()' supports basic globbing, ensure input doesn't expand
|
||||||
|
Loading…
Reference in New Issue
Block a user