From ae8a48cd302c6e13ab0a27302573c272441558e9 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 10 Jun 2020 10:48:48 +0300 Subject: [PATCH] kiss: Fix spacing --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 65d040d..7f8792a 100755 --- a/kiss +++ b/kiss @@ -1022,7 +1022,7 @@ pkg_etc() ( ;; esac - cp -fPp "$file" "$KISS_ROOT/${file}${new}" + cp -fPp "$file" "$KISS_ROOT/${file}${new}" chown root:root "$KISS_ROOT/${file}${new}" 2>/dev/null done ||: )