diff options
author | Jason Stubbs <jstubbs@gentoo.org> | 2005-12-21 16:04:24 +0000 |
---|---|---|
committer | Jason Stubbs <jstubbs@gentoo.org> | 2005-12-21 16:04:24 +0000 |
commit | 1c7f341ccc44c799dfec5a28d870e5db58e0e2a7 (patch) | |
tree | 991725bff6d7fdae5a30d1144fbc37d98d024b15 | |
parent | d6847146871ec59dbc34a3d1b7f6177061c8d461 (diff) | |
download | portage-1c7f341ccc44c799dfec5a28d870e5db58e0e2a7.tar.gz portage-1c7f341ccc44c799dfec5a28d870e5db58e0e2a7.tar.bz2 portage-1c7f341ccc44c799dfec5a28d870e5db58e0e2a7.zip |
Mention bugs.gentoo.org when asking the user to post config.log.
svn path=/main/trunk/; revision=2428
-rwxr-xr-x | bin/ebuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh index c4f030113..ce467045c 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -483,7 +483,7 @@ econf() { if [ -s config.log ]; then echo - echo "!!! Please attach the config.log to your bug report:" + echo "!!! Please attach the following file when filing a report to bugs.gentoo.org:" echo "!!! ${PWD}/config.log" fi die "econf failed" |