fix comments / spelling errors in gentoo element
Change-Id: I41d906a99470599da3cfac7aaa0350232ce79316
This commit is contained in:
parent
3d7cea125f
commit
559d2bcf3b
@ -30,9 +30,8 @@ if ! declare -p GENTOO_EMERGE_ENV 2> /dev/null | grep -q '^declare \-a'; then
|
|||||||
GENTOO_EMERGE_ENV+=("DISTDIR=\"/tmp/portage-distdir\"")
|
GENTOO_EMERGE_ENV+=("DISTDIR=\"/tmp/portage-distdir\"")
|
||||||
GENTOO_EMERGE_ENV+=("PORTDIR=\"/tmp/portage-portdir\"")
|
GENTOO_EMERGE_ENV+=("PORTDIR=\"/tmp/portage-portdir\"")
|
||||||
export GENTOO_EMERGE_ENV
|
export GENTOO_EMERGE_ENV
|
||||||
#export GENTOO_EMERGE_ENV=('USE="-build"' 'FEATURES="binpkg-multi-instance buildpkg parallel-fetch parallel-install"')
|
|
||||||
fi
|
fi
|
||||||
# itterate over the array, exporting each 'line'
|
# iterate over the array, exporting each 'line'
|
||||||
for (( i=0; i<${#GENTOO_EMERGE_ENV[@]}; i++ )); do
|
for (( i=0; i<${#GENTOO_EMERGE_ENV[@]}; i++ )); do
|
||||||
eval export "${GENTOO_EMERGE_ENV[i]}"
|
eval export "${GENTOO_EMERGE_ENV[i]}"
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user