projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9943324
)
In the econf die message, don't mention bugs.gentoo.org specifically.
author
Zac Medico
<zmedico@gentoo.org>
Sat, 26 May 2007 00:41:06 +0000
(
00:41
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 26 May 2007 00:41:06 +0000
(
00:41
-0000)
svn path=/main/trunk/; revision=6630
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index 5ba9afc07ff67d3a7a245f9376631828dd11a9c1..8b9981a1e7610696873f3410e3790f0cdd9ca36b 100755
(executable)
--- 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"