From 399bf0332971436f9602b689257b1b190ac65e58 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 29 Jun 2019 23:36:23 +0300 Subject: [PATCH] kiss-new: Fix error. --- kiss-new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss-new b/kiss-new index 2dd5f19..d88b035 100755 --- a/kiss-new +++ b/kiss-new @@ -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.