fix(bash): remove debugging code

This commit is contained in:
vxtls 2026-03-19 08:33:00 -04:00
parent 00e3f91d76
commit 4f66a58b7a

View file

@ -24,6 +24,4 @@ src_compile() {
src_install() { src_install() {
# Keep seed output for bootstrap artifact generation. # Keep seed output for bootstrap artifact generation.
install -D -m 0755 bash "${DESTDIR}${SEED_PREFIX}/bin/bash" install -D -m 0755 bash "${DESTDIR}${SEED_PREFIX}/bin/bash"
# Also provide runtime shell in system prefix for script chaining.
install -D -m 0755 bash "${DESTDIR}/usr/bin/bash"
} }