From: Zac Medico Date: Sat, 26 May 2007 00:41:06 +0000 (-0000) Subject: In the econf die message, don't mention bugs.gentoo.org specifically. X-Git-Tag: v2.2_pre1~1366 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a563596820126be05f6ec1464cde46052698e965;p=portage.git In the econf die message, don't mention bugs.gentoo.org specifically. svn path=/main/trunk/; revision=6630 --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 5ba9afc07..8b9981a1e 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -497,7 +497,7 @@ econf() { if [ -s config.log ]; then echo - echo "!!! Please attach the following file when seeking support at bugs.gentoo.org:" + echo "!!! Please attach the following file when seeking support:" echo "!!! ${PWD}/config.log" fi die "econf failed"