mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-11-04 14:05:41 -07:00
kiss: Drop unneeded space.
This commit is contained in:
parent
4375b8d4dc
commit
922d27f6d2
2
kiss
2
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)..
|
||||
|
Loading…
Reference in New Issue
Block a user