commit:     da9e55236ef40ab4887415814c7f6ddd2abf083c
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 26 10:22:01 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 29 03:55:20 2023 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=da9e5523

install-qa-check.d/60openrc: be explicit about OpenRC

Be explicit that this is not some arbitrary shell script that is
checked by the QA check, but an OpenRC runscript.

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
Closes: https://github.com/gentoo/portage/pull/1074
Signed-off-by: Sam James <sam <AT> gentoo.org>

 bin/install-qa-check.d/60openrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/install-qa-check.d/60openrc b/bin/install-qa-check.d/60openrc
index 0ab27f646..4d6199432 100644
--- a/bin/install-qa-check.d/60openrc
+++ b/bin/install-qa-check.d/60openrc
@@ -32,7 +32,7 @@ openrc_check() {
                                [[ -L ${i} ]] && continue
                                f=$("${checkbashisms}" -n -f "${i}" 2>&1)
                                [[ $? != 0 && -n ${f} ]] || continue
-                               eqawarn "QA Notice: shell script appears to use 
non-POSIX feature(s):"
+                               eqawarn "QA Notice: OpenRC shell script appears 
to use non-POSIX feature(s):"
                                while read -r ;
                                        do eqawarn "   ${REPLY}"
                                done <<< "${f//${ED}}"

Reply via email to