commit: a76fac4fa796fc17ab385595425dbbf1e4e1d7a0
parent 9ec45654cf1c621815522c7b7fc9805eb5cd0558
Author: Gábor Stefanik <netrolller.3d@gmail.com>
Date: Mon, 1 Jan 2024 23:01:57 +0100
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.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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}