From 7ed755a106807e5607aebb5f6f511371ef0dec5f Mon Sep 17 00:00:00 2001 From: vxtls <187420201+vxtls@users.noreply.github.com> Date: Tue, 24 Feb 2026 13:55:20 -0500 Subject: [PATCH] fix(steps-guix): source finalize_fhs instead of exec to keep init control flow --- steps-guix/improve/finalize_fhs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steps-guix/improve/finalize_fhs.sh b/steps-guix/improve/finalize_fhs.sh index 06c539a0..442e3d47 100644 --- a/steps-guix/improve/finalize_fhs.sh +++ b/steps-guix/improve/finalize_fhs.sh @@ -8,4 +8,4 @@ if [ ! -r /proc/mounts ]; then fi ln -snf /proc/mounts /etc/mtab -exec /steps/improve/finalize_fhs.sh +. /steps/improve/finalize_fhs.sh