diff --git a/kiss b/kiss index 2280df8..bf02536 100755 --- a/kiss +++ b/kiss @@ -1381,7 +1381,7 @@ args() { # since the first argument is always an "action" and the arguments that # follow are all package names. action=$1 - shift "$(($# != 1))" + shift "$(($# != 0))" # Unless this is a search, sanitize the user's input. The call to # 'pkg_find()' supports basic globbing, ensure input doesn't expand