summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-05-26 00:41:06 +0000
committerZac Medico <zmedico@gentoo.org>2007-05-26 00:41:06 +0000
commita563596820126be05f6ec1464cde46052698e965 (patch)
treee0d97f6fede4db8abdb5fb66c28e93b62bf5607c /bin
parent994332423c69ef394f5a76d568a693ef82734ad8 (diff)
downloadportage-a563596820126be05f6ec1464cde46052698e965.tar.gz
portage-a563596820126be05f6ec1464cde46052698e965.tar.bz2
portage-a563596820126be05f6ec1464cde46052698e965.zip
In the econf die message, don't mention bugs.gentoo.org specifically.
svn path=/main/trunk/; revision=6630
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ebuild.sh2
1 files changed, 1 insertions, 1 deletions
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"