diff options
Diffstat (limited to 'kiss')
-rwxr-xr-x | kiss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}" \ |