diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-06-29 20:36:23 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-06-29 20:36:23 +0000 |
commit | 54d4ba00a6338780fa4fb72e27954af782dc8a40 (patch) | |
tree | 2d639c5498f142558c78f9b38d5d1fe10b83b08c /kiss-new | |
parent | 387ea855c6c30d128ac8fb1690a6db3dec01c7ca (diff) | |
download | cpt-54d4ba00a6338780fa4fb72e27954af782dc8a40.tar.gz |
kiss-new: Fix error.
FossilOrigin-Name: 43eb9b1d2b25c6119decd678cbf2916ab9c45f9c46a68f3e830a259c3de225b1
Diffstat (limited to 'kiss-new')
-rwxr-xr-x | kiss-new | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |