summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2024-04-05 17:08:49 +0200
committerFabian Groffen <grobian@gentoo.org>2024-04-05 17:08:49 +0200
commitebb0a9e25b78000c8f2e47c4559014c92e88e2b4 (patch)
tree4ab4ef0d0f1e0fb826f369f2f0b02dedf484d986
parentscripts/auto-bootstraps/dobootstrap: unbreak after shellcheck (diff)
downloadprefix-ebb0a9e25b78000c8f2e47c4559014c92e88e2b4.tar.gz
prefix-ebb0a9e25b78000c8f2e47c4559014c92e88e2b4.tar.bz2
prefix-ebb0a9e25b78000c8f2e47c4559014c92e88e2b4.zip
scripts/auto-bootstraps/dobootstrap: fix shellcheck fix
previous fix included some quotes in the output, making no sense and failing portage down the line Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rwxr-xr-xscripts/auto-bootstraps/dobootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/auto-bootstraps/dobootstrap b/scripts/auto-bootstraps/dobootstrap
index b79d42060f..cafd4df1fa 100755
--- a/scripts/auto-bootstraps/dobootstrap
+++ b/scripts/auto-bootstraps/dobootstrap
@@ -132,7 +132,7 @@ do_prepare() {
USER="${USER}" \
CHOST="${chost}" \
EPREFIX="${EPREFIX}" \
- ${GENTOO_MIRRORS+GENTOO_MIRRORS=\""${GENTOO_MIRRORS}"\"} \
+ ${GENTOO_MIRRORS+GENTOO_MIRRORS="${GENTOO_MIRRORS}"} \
${DOLOCAL+DOLOCAL=1} \
${RESUME+RESUME=1} \
${LATEST_TREE_YES+LATEST_TREE_YES=1} \