dev-debug/systemtap: fix bashism comment in 5.1

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-08-30 19:08:16 +01:00
parent efb3a82e34
commit 98647fbbef

View File

@@ -129,7 +129,8 @@ src_configure() {
$(use_with selinux)
)
# Use bash because of bashisms with brace expansion in Makefile.am (bug #913947)
# Use bash because of bashisms with brace expansion in Makefile.am
# https://sourceware.org/PR32105
CONFIG_SHELL="${BROOT}"/bin/bash PYTHON3="${PYTHON}" econf "${myeconfargs[@]}"
}