diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-20 19:22:21 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-20 19:22:21 +0000 |
commit | c442101ff7e32f032d73af8662c64e4cec586e69 (patch) | |
tree | 7bfd200016256b707f34d2d639fb582155deb220 /scripts | |
parent | Stable on sparc (diff) | |
download | historical-c442101ff7e32f032d73af8662c64e4cec586e69.tar.gz historical-c442101ff7e32f032d73af8662c64e4cec586e69.tar.bz2 historical-c442101ff7e32f032d73af8662c64e4cec586e69.zip |
Remove the 'read' as it breaks catalyst builds.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bootstrap.sh | 5 |
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 |