From a76fac4fa796fc17ab385595425dbbf1e4e1d7a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Stefanik?= Date: Mon, 1 Jan 2024 23:01:57 +0100 Subject: [PATCH] Allow update_env to incorporate runtime changes to bootstrap.cfg Perform variable substitution at runtime, rather than at generation time. This way, if bootstrap.cfg changes after update_env, the new values there take effect immediately. --- steps/improve/update_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steps/improve/update_env.sh b/steps/improve/update_env.sh index 70ab828..89ccfce 100755 --- a/steps/improve/update_env.sh +++ b/steps/improve/update_env.sh @@ -6,7 +6,7 @@ unset GUILE_LOAD_PATH -cat > /steps/env <<- EOF +cat >> /steps/env <<- 'EOF' export PATH=${PREFIX}/bin PREFIX=${PREFIX} LIBDIR=${LIBDIR}