scripts/bootstrap.sh: remove extra space

This commit is contained in:
Alex 2024-09-15 15:00:38 +02:00 committed by Patrycja Rosa
parent 21da55ed1e
commit 79e42744d9

View file

@ -66,7 +66,7 @@ if [ ! -d "$CBUILDROOT" ]; then
mkdir -p "$CBUILDROOT/etc/apk/keys"
# /etc/apk/keys and ~/.abuild/ can contain files with the same names.
# if that is the case, cp will abort copying and fail. Then on the next
# run of the bootstrap script, 1) the keys are not in the sysroot and
# run of the bootstrap script, 1) the keys are not in the sysroot and
# 2) the apk database is not initialized the sysroot
# Thus it's unusable at that point and needs to be deleted manually.
cp -a /etc/apk/keys/* "$CBUILDROOT/etc/apk/keys"