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.
This commit is contained in:
Gábor Stefanik 2024-01-01 23:01:57 +01:00
parent 9ec45654cf
commit a76fac4fa7
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
unset GUILE_LOAD_PATH
cat > /steps/env <<- EOF
cat >> /steps/env <<- 'EOF'
export PATH=${PREFIX}/bin
PREFIX=${PREFIX}
LIBDIR=${LIBDIR}