kiss: Drop unneeded space.

This commit is contained in:
Dylan Araps 2020-05-25 07:46:19 +03:00
parent 4375b8d4dc
commit 922d27f6d2
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -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)..