summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJason Stubbs <jstubbs@gentoo.org>2005-12-21 16:04:24 +0000
committerJason Stubbs <jstubbs@gentoo.org>2005-12-21 16:04:24 +0000
commit1c7f341ccc44c799dfec5a28d870e5db58e0e2a7 (patch)
tree991725bff6d7fdae5a30d1144fbc37d98d024b15 /bin
parentd6847146871ec59dbc34a3d1b7f6177061c8d461 (diff)
downloadportage-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
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 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"