summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2003-06-07 04:31:24 +0000
committerDaniel Robbins <drobbins@gentoo.org>2003-06-07 04:31:24 +0000
commit15ca7e98a47b884609d6886c1539310ef3e32e3b (patch)
tree98ace623a84bb785a06eccf982ef885c06354363 /scripts
parentadded mad for app-games/scummvm (diff)
downloadgentoo-2-15ca7e98a47b884609d6886c1539310ef3e32e3b.tar.gz
gentoo-2-15ca7e98a47b884609d6886c1539310ef3e32e3b.tar.bz2
gentoo-2-15ca7e98a47b884609d6886c1539310ef3e32e3b.zip
important typo fix
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bootstrap.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index c4a90ed10c82..7d7304f9f637 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.47 2003/06/06 16:55:38 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v 1.48 2003/06/07 04:31:24 drobbins Exp $
# IMPORTANT NOTE:
# This script no longer accepts an optional argument.
@@ -205,7 +205,7 @@ then
fi
export USE="${ORIGUSE} bootstrap"
-emerge ${STRAP_EMERGE_OPTS} ${myTEXINFO} ${myGETTEXT} ${myBINUTILS} ${myGCC} ${myGLIBC} ${MYBASELAYOUT} ${myZLIB} || cleanup 1
+emerge ${STRAP_EMERGE_OPTS} ${myTEXINFO} ${myGETTEXT} ${myBINUTILS} ${myGCC} ${myGLIBC} ${myBASELAYOUT} ${myZLIB} || cleanup 1
# ncurses-5.3 and up also build c++ bindings, so we need to rebuild it
export USE="${ORIGUSE}"
emerge ${STRAP_EMERGE_OPTS} ${myNCURSES} || cleanup 1