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