From 7b3b8f6dcab86d183a69294584f1ba56697b09c9 Mon Sep 17 00:00:00 2001 From: Martin Schlemmer Date: Wed, 26 Feb 2003 07:57:47 +0000 Subject: hopefully fix for stage building --- scripts/bootstrap.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index bcdb7f0a11a4..6cb05bf81777 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v 1.39 2003/02/24 21:14:51 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v 1.40 2003/02/26 07:57:47 azarah Exp $ # IMPORTANT NOTE: # This script now accepts an optional argument. @@ -80,7 +80,8 @@ INVALID_USE="`gawk -v ORIGUSE="${ORIGUSE}" ' print "yes" }'`" -if [ "${INVALID_USE}" = "yes" ] +# Do not do the check for stage build scripts ... +if [ "$1" = "" ] && [ "${INVALID_USE}" = "yes" ] then echo eerror "You have 'build' or 'bootstrap' in your USE flags! Please" -- cgit v1.2.3-65-gdbad