From 4f66a58b7ab60b080fd8a3cc08d9f49e02644876 Mon Sep 17 00:00:00 2001 From: vxtls <187420201+vxtls@users.noreply.github.com> Date: Thu, 19 Mar 2026 08:33:00 -0400 Subject: [PATCH] fix(bash): remove debugging code --- steps-guix/bash-5.3-1/pass1.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/steps-guix/bash-5.3-1/pass1.sh b/steps-guix/bash-5.3-1/pass1.sh index 95bec85e..03861837 100644 --- a/steps-guix/bash-5.3-1/pass1.sh +++ b/steps-guix/bash-5.3-1/pass1.sh @@ -24,6 +24,4 @@ src_compile() { src_install() { # Keep seed output for bootstrap artifact generation. 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" }