From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RRrFP-0008Gj-P0 for garchives@archives.gentoo.org; Sat, 19 Nov 2011 20:10:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48BF921C026 for ; Sat, 19 Nov 2011 20:10:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 564EAE04C1 for ; Sat, 19 Nov 2011 19:43:24 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC9E21B4039 for ; Sat, 19 Nov 2011 19:43:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id ECE9880052 for ; Sat, 19 Nov 2011 19:43:22 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: Subject: [gentoo-commits] proj/catalyst:master commit in: targets/stage1/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/stage1/stage1-chroot.sh X-VCS-Directories: targets/stage1/ X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: fce86fec026039b9e2fd1a44f44f6a6b93c1199d Date: Sat, 19 Nov 2011 19:43:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: c88a594c-4ae1-4ba5-8c7b-c09804b8218c X-Archives-Hash: 0581c07c3f6d11d88e4b18b0dd5df22b commit: fce86fec026039b9e2fd1a44f44f6a6b93c1199d Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) ge= ntoo org> AuthorDate: Sat Nov 19 19:30:22 2011 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org= > CommitDate: Sat Nov 19 19:39:05 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/catalyst.git;= a=3Dcommit;h=3Dfce86fec @=C2=A3=C2=A7=C2=A7@=C2=A7=C2=A3 - Next time make sure your "fat" finger = doesn't add extra characters to variable names: BOOTSTRAP0_USE -> BOOTSTR= AP_USE. --- targets/stage1/stage1-chroot.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/targets/stage1/stage1-chroot.sh b/targets/stage1/stage1-chro= ot.sh index dadd0f5..79f127f 100644 --- a/targets/stage1/stage1-chroot.sh +++ b/targets/stage1/stage1-chroot.sh @@ -6,7 +6,7 @@ export clst_buildpkgs=3D"$(/tmp/build.py)" source /tmp/chroot-functions.sh =20 # Setup our environment -BOOTSTRAP0_USE=3D"$(portageq envvar BOOTSTRAP_USE)" +BOOTSTRAP_USE=3D"$(portageq envvar BOOTSTRAP_USE)" FEATURES=3D"${clst_myfeatures} nodoc noman noinfo -news" =20 ## Sanity check profile