diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-02-11 03:08:23 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-02-11 03:08:23 +0000 |
commit | 4391e07d2af6612dd0027f00162f93d34dda3ad2 (patch) | |
tree | c6380071393f5a06b661efafe8085492e436cc98 /scripts/bootstrap.sh | |
parent | fix kernel.org download path (diff) | |
download | gentoo-2-4391e07d2af6612dd0027f00162f93d34dda3ad2.tar.gz gentoo-2-4391e07d2af6612dd0027f00162f93d34dda3ad2.tar.bz2 gentoo-2-4391e07d2af6612dd0027f00162f93d34dda3ad2.zip |
preserve GENTOO_MIRRORS
Diffstat (limited to 'scripts/bootstrap.sh')
-rwxr-xr-x | scripts/bootstrap.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index b3ffa46a3404..75a60aaae0f0 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -23,6 +23,7 @@ cleanup() { #USE may be set from the environment so we back it up for later. export ORIGUSE="`spython -c 'import portage; print portage.settings["USE"];'`" +export GENTOO_MIRRORS="`spython -c 'import portage; print portage.settings["GENTOO_MIRRORS"];'`" export USE="build" #get correct CFLAGS, CHOST, CXXFLAGS, MAKEOPTS since make.conf will be #overwritten |