From: Jason Stubbs Date: Wed, 21 Dec 2005 16:04:24 +0000 (-0000) Subject: Mention bugs.gentoo.org when asking the user to post config.log. X-Git-Tag: v2.1_pre2~13 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1c7f341ccc44c799dfec5a28d870e5db58e0e2a7;p=portage.git Mention bugs.gentoo.org when asking the user to post config.log. svn path=/main/trunk/; revision=2428 --- 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"