summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-03-20 19:22:21 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-03-20 19:22:21 +0000
commitc7a96c5b534336846d5390c72a7b51aea1bb6aeb (patch)
tree9e954dc8a9715a22f0e534f9bc8db48f3cfd7a87 /scripts/bootstrap.sh
parentStable on sparc (diff)
downloadgentoo-2-c7a96c5b534336846d5390c72a7b51aea1bb6aeb.tar.gz
gentoo-2-c7a96c5b534336846d5390c72a7b51aea1bb6aeb.tar.bz2
gentoo-2-c7a96c5b534336846d5390c72a7b51aea1bb6aeb.zip
Remove the 'read' as it breaks catalyst builds.
Diffstat (limited to 'scripts/bootstrap.sh')
-rwxr-xr-xscripts/bootstrap.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index aea2ca04b5f2..49d5c378296a 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v 1.80 2006/01/27 00:28:31 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v 1.81 2006/03/20 19:22:21 wolf31o2 Exp $
# people who were here:
# (drobbins, 06 Jun 2003)
@@ -47,7 +47,7 @@ v_echo() {
env "$@"
}
-cvsver="$Header: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v 1.80 2006/01/27 00:28:31 wolf31o2 Exp $"
+cvsver="$Header: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v 1.81 2006/03/20 19:22:21 wolf31o2 Exp $"
cvsver=${cvsver##*,v }
cvsver=${cvsver%%Exp*}
cvsyear=${cvsver#* }
@@ -205,7 +205,6 @@ if [[ -n $(sed -n '/^[ ]*#/d;/^[ ]*$/d;p' /etc/portage/package.use 2>/dev/null
ewarn "flags you wish to apply to say gcc or glibc, you should hit CTRL+C"
ewarn "now, export them in your environment (see below), and then restart."
ewarn " # export USE='some flags i want'"
- read
fi
# gettext should only be needed when used with nls