commit: 12aa832c91a6f2c2faee5a2e839b7f1ed5a0ee6e Author: Francesco Turco <fturco <AT> fastmail <DOT> fm> AuthorDate: Sat Aug 4 18:47:40 2018 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sat Aug 4 19:34:51 2018 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=12aa832c
install-qa-check.d: fix hardened <AT> g.o e-mail address Closes: https://github.com/gentoo/portage/pull/350 bin/install-qa-check.d/10executable-issues | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install-qa-check.d/10executable-issues b/bin/install-qa-check.d/10executable-issues index 8a2c8e875..6b33d281d 100644 --- a/bin/install-qa-check.d/10executable-issues +++ b/bin/install-qa-check.d/10executable-issues @@ -128,7 +128,7 @@ elf_check() { eqawarn eqawarn " Please include the following list of files in your report:" eqawarn " Note: Bugs should be filed for the respective maintainers" - eqawarn " of the package in question and not [email protected]." + eqawarn " of the package in question and not [email protected]." eqawarn "${f}" __vecho -ne '\n' die_msg="${die_msg} execstacks"
