Skip to content

Commit ebb0a9e

Browse files
committed
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 <[email protected]>
1 parent bb9c656 commit ebb0a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/auto-bootstraps/dobootstrap

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ do_prepare() {
132132
USER="${USER}" \
133133
CHOST="${chost}" \
134134
EPREFIX="${EPREFIX}" \
135-
${GENTOO_MIRRORS+GENTOO_MIRRORS=\""${GENTOO_MIRRORS}"\"} \
135+
${GENTOO_MIRRORS+GENTOO_MIRRORS="${GENTOO_MIRRORS}"} \
136136
${DOLOCAL+DOLOCAL=1} \
137137
${RESUME+RESUME=1} \
138138
${LATEST_TREE_YES+LATEST_TREE_YES=1} \

0 commit comments

Comments
 (0)