diff options
-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" |