kiss: fix issue with install/remove

This commit is contained in:
Dylan Araps 2019-06-23 21:01:10 +03:00
parent 99b0486ea8
commit a4adbe56ed
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -227,7 +227,7 @@ pkg_list() {
}
args() {
[ -w "$KISS_ROOT" ] || case $1 in
[ -w "$KISS_ROOT/" ] || case $1 in
i*|r*) die "No write permissions to \$KISS_ROOT."
esac