changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra / bootstrap.sh

revision 290: 02f74f65976c
parent 286: b83f6ec89f5d
child 291: 9c37db8ed167
     1.1--- a/bootstrap.sh	Tue Jun 18 16:10:23 2024 -0400
     1.2+++ b/bootstrap.sh	Tue Jun 18 16:38:44 2024 -0400
     1.3@@ -58,8 +58,9 @@
     1.4   cd .. && \
     1.5     .stash/bin/sbcl --core .stash/share/lisp/user.core \
     1.6                     --load autogen.lisp \
     1.7-                    --eval "(time (infra/autogen:autogen))" \
     1.8-                    --non-interactive
     1.9+                    --eval "(infra/autogen:autogen)" \
    1.10+                    --non-interactive \
    1.11+                    --no-userinit --no-sysinit
    1.12   say "OK"
    1.13 }
    1.14