commit: dbefb438290416a5bf408be16ffca13e3e195e71
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 20 06:54:52 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 20 06:56:58 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbefb438
dev-debug/gdb: bashisms gone from live
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-debug/gdb/gdb-9999.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-debug/gdb/gdb-9999.ebuild b/dev-debug/gdb/gdb-9999.ebuild
index cc7c270112cb..35d537e2113e 100644
--- a/dev-debug/gdb/gdb-9999.ebuild
+++ b/dev-debug/gdb/gdb-9999.ebuild
@@ -270,8 +270,7 @@ src_configure() {
# ensure proper compiler is detected for Clang builds: bug #831202
export GCC_FOR_TARGET="${CC_FOR_TARGET:-$(tc-getCC)}"
- # XXX: bash for
https://inbox.sourceware.org/gdb-patches/[email protected]/
- CONFIG_SHELL="${BROOT}"/bin/bash econf "${myconf[@]}"
+ econf "${myconf[@]}"
}
src_test() {