mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-25 00:20:05 -07:00
kiss-new: Fix error.
This commit is contained in:
parent
6465e54d77
commit
399bf03329
2
kiss-new
2
kiss-new
@ -102,7 +102,7 @@ pkg_list() {
|
|||||||
|
|
||||||
# If the 'glob' above failed, exit early as there are no
|
# If the 'glob' above failed, exit early as there are no
|
||||||
# packages installed.
|
# 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.
|
# Loop over each version file and warn if one doesn't exist.
|
||||||
# Also warn if a package is missing its version file.
|
# Also warn if a package is missing its version file.
|
||||||
|
Loading…
Reference in New Issue
Block a user