Mention bugs.gentoo.org when asking the user to post config.log.
authorJason Stubbs <jstubbs@gentoo.org>
Wed, 21 Dec 2005 16:04:24 +0000 (16:04 -0000)
committerJason Stubbs <jstubbs@gentoo.org>
Wed, 21 Dec 2005 16:04:24 +0000 (16:04 -0000)
svn path=/main/trunk/; revision=2428

bin/ebuild.sh

index c4f030113290c36be77eab9048adc5f7feae6365..ce467045cb3bb6083bd3b245c08c5767f817315c 100755 (executable)
@@ -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"