kiss-new: Fix error.

This commit is contained in:
Dylan Araps 2019-06-29 23:36:23 +03:00
parent 6465e54d77
commit 399bf03329
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ pkg_list() {
# If the 'glob' above failed, exit early as there are no
# packages installed.
[ "$1" = "$KISS_ROOT/var/db/kiss/"\* ] && return
[ "$1" = "$KISS_ROOT/var/db/kiss/"\* ] && return 1
# Loop over each version file and warn if one doesn't exist.
# Also warn if a package is missing its version file.