aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkiss2
1 files changed, 1 insertions, 1 deletions
diff --git a/kiss b/kiss
index 212bb53..0990a1b 100755
--- a/kiss
+++ b/kiss
@@ -222,7 +222,7 @@ main() {
die "Set \$KISS_PATH to a repository location."
[ -z "$KISS_ROOT" ] && [ "$(id -u)" != 0 ] &&
- die "\$KISS_ROOT is set to '/' so you must be root."
+ die "\$KISS_ROOT is set to '/' so you need to be root."
mkdir -p "${cac_dir:=${XDG_CACHE_HOME:=$HOME/.cache}/${0##*/}}" \
"${src_dir:=$cac_dir/sources}" \