diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-05-26 00:36:27 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-05-26 00:36:27 +0000 |
commit | 994332423c69ef394f5a76d568a693ef82734ad8 (patch) | |
tree | 95158083ec856fc19697dcc8dd8be65592b4f6b6 | |
parent | bd8a17dadba1f7d148ac2d36acca4e327a1420c5 (diff) | |
download | portage-994332423c69ef394f5a76d568a693ef82734ad8.tar.gz portage-994332423c69ef394f5a76d568a693ef82734ad8.tar.bz2 portage-994332423c69ef394f5a76d568a693ef82734ad8.zip |
s/filing a report to/seeking support at/ Thanks to marienz.
svn path=/main/trunk/; revision=6629
-rwxr-xr-x | bin/ebuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 33c6915be..5ba9afc07 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 filing a report to bugs.gentoo.org:" + echo "!!! Please attach the following file when seeking support at bugs.gentoo.org:" echo "!!! ${PWD}/config.log" fi die "econf failed" |