Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 205285 - bootstrap-prefix.sh syntax problem?
Summary: bootstrap-prefix.sh syntax problem?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo non-Linux Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-11 08:43 UTC by Rabbe Fogelholm
Modified: 2008-01-11 08:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rabbe Fogelholm 2008-01-11 08:43:48 UTC
The following was seen early on in bootstrapping:

./bootstrap-prefix.sh: line 171: syntax error in conditional expression
./bootstrap-prefix.sh: line 171: syntax error near `-a'
./bootstrap-prefix.sh: line 171: `	if [[ -n ${profile} -a ! -e ${ROOT}/etc/make.profile ]] ; then'

The script was executed by this bash version:
GNU bash, version 3.1.17(1)-release (i586-suse-linux)
Comment 1 Fabian Groffen gentoo-dev 2008-01-11 08:49:27 UTC
you're right.  Fixed now.  Thanks!