diff --git a/kiss b/kiss index e497e7a..35d5087 100755 --- a/kiss +++ b/kiss @@ -1505,7 +1505,7 @@ main() { # Make sure that the KISS_ROOT doesn't end with a '/'. This might break # some operations if left unchecked. - KISS_ROOT=${KISS_ROOT%/} + KISS_ROOT=${KISS_ROOT%/} KISS_ROOT=${KISS_ROOT%/} KISS_ROOT=${KISS_ROOT%/} # Define some paths which we will then use throughout the script. sys_db=$KISS_ROOT/${pkg_db:=var/db/kiss/installed}