changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: new core bundle

changeset 257: f4376b952d35
parent 256: 9d6a767d72f0
child 258: 390af47d8064
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 14 Jun 2024 21:02:40 +0000
files: bootstrap.sh
description: new core bundle
     1.1--- a/bootstrap.sh	Fri Jun 14 20:36:18 2024 +0000
     1.2+++ b/bootstrap.sh	Fri Jun 14 21:02:40 2024 +0000
     1.3@@ -45,7 +45,7 @@
     1.4   unzstd "${_core_pack}"
     1.5   tar -xvf "pack/core.tar"
     1.6   mv core/bin/* bin/
     1.7-  mv core/fasl/* share/lisp/fasl
     1.8+  mv core/share/* share/
     1.9   # chmod +x "bin/*"
    1.10   rm -rf core rocksdb sbcl
    1.11   rm -rf pack/*.tar