From b200d72f2f96a2407e7cd753c5b2dc598aa124b2 Mon Sep 17 00:00:00 2001 From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" Date: Sat, 19 Nov 2011 18:30:22 -0100 Subject: [PATCH] =?utf8?q?@=C2=A3=C2=A7=C2=A7@=C2=A7=C2=A3=20-=20Next=20ti?= =?utf8?q?me=20make=20sure=20your=20"fat"=20finger=20doesn't=20add=20extra?= =?utf8?q?=20characters=20to=20variable=20names:=20BOOTSTRAP0=5FUSE=20->?= =?utf8?q?=20BOOTSTRAP=5FUSE.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- targets/stage1/stage1-chroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/stage1/stage1-chroot.sh b/targets/stage1/stage1-chroot.sh index dadd0f57..79f127fc 100644 --- a/targets/stage1/stage1-chroot.sh +++ b/targets/stage1/stage1-chroot.sh @@ -6,7 +6,7 @@ export clst_buildpkgs="$(/tmp/build.py)" source /tmp/chroot-functions.sh # Setup our environment -BOOTSTRAP0_USE="$(portageq envvar BOOTSTRAP_USE)" +BOOTSTRAP_USE="$(portageq envvar BOOTSTRAP_USE)" FEATURES="${clst_myfeatures} nodoc noman noinfo -news" ## Sanity check profile -- 2.26.2