From 922d27f6d29b7e5363abf024fbe6d5fa52f6d79b Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 25 May 2020 07:46:19 +0300 Subject: [PATCH] kiss: Drop unneeded space. --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index ca93221..ad8a474 100755 --- a/kiss +++ b/kiss @@ -914,7 +914,7 @@ pkg_swap() { # Convert the current owner to an alternative and rewrite its manifest # file to reflect this. - cp -Pf "$KISS_ROOT/$2" "$pkg_owns>${alt#*>}" + cp -Pf "$KISS_ROOT/$2" "$pkg_owns>${alt#*>}" # The separator is the ASCII unit separator which should be safe to # use as files should never contain this character (I hope to god)..