commit: 6a2bd8589914e951491d9a042a9713b89a95b37b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 24 22:12:34 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 24 22:12:34 2025 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=6a2bd858
bin: install-qa-check.d: fix whitespace in eqawarn
Signed-off-by: Sam James <sam <AT> gentoo.org>
bin/install-qa-check.d/05prefix | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/install-qa-check.d/05prefix b/bin/install-qa-check.d/05prefix
index edbd6fab2f..2d46836f96 100644
--- a/bin/install-qa-check.d/05prefix
+++ b/bin/install-qa-check.d/05prefix
@@ -81,7 +81,7 @@ install_qa_check_prefix() {
if [[ -e ${EROOT}${line[0]} || -e ${ED}${line[0]} ]] ;
then
# is it unprefixed, but we can just fix it
because a
# prefixed variant exists
- eqawarn "QA Notice: prefixing shebang of
${fn#${D}}"
+ eqawarn "QA Notice: prefixing shebang of
${fn#${D}}"
# statement is made idempotent on purpose,
because
# symlinks may point to the same target, and
hence the
# same real file may be sedded multiple times
since we