From 79e42744d99329d74768a86329360ab1aab9dea5 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 15 Sep 2024 15:00:38 +0200 Subject: [PATCH] scripts/bootstrap.sh: remove extra space --- scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 86703a43a49..43741736c65 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -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"