From ebb0a9e25b78000c8f2e47c4559014c92e88e2b4 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Fri, 5 Apr 2024 17:08:49 +0200 Subject: 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 --- scripts/auto-bootstraps/dobootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} \ -- cgit v1.2.3-65-gdbad