changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra / bootstrap.sh

revision 271: cd797f4eb846
parent 266: 0e3229b8409f
child 274: 7046a8e3e517
     1.1--- a/bootstrap.sh	Sun Jun 16 15:02:42 2024 -0400
     1.2+++ b/bootstrap.sh	Sun Jun 16 19:15:28 2024 -0400
     1.3@@ -55,7 +55,11 @@
     1.4   rm -rf *.tar
     1.5   say "successfully unpacked core"
     1.6   say "starting lisp..."
     1.7-  cd .. && .stash/bin/sbcl --core .stash/share/lisp/prelude.core --script autogen.lisp
     1.8+  cd .. && \
     1.9+    .stash/bin/sbcl --core .stash/share/lisp/user.core \
    1.10+                    --load autogen.lisp \
    1.11+                    --eval "(infra/autogen:autogen)" \
    1.12+                    --non-interactive
    1.13   say "OK"
    1.14 }
    1.15