Skip to content

Commit 9243df2

Browse files
committed
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.
1 parent 43df581 commit 9243df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

steps/improve/update_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
unset GUILE_LOAD_PATH
88

9-
cat > /steps/env <<- EOF
9+
cat >> /steps/env <<- 'EOF'
1010
export PATH=${PREFIX}/bin
1111
PREFIX=${PREFIX}
1212
LIBDIR=${LIBDIR}

0 commit comments

Comments
 (0)