changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra / scripts/get-sbcl.sh

revision 367: ad4e0ebd3693
parent 229: 989b1b4782dc
     1.1--- a/scripts/get-sbcl.sh	Fri Sep 13 20:18:57 2024 -0400
     1.2+++ b/scripts/get-sbcl.sh	Fri Sep 13 22:17:56 2024 -0400
     1.3@@ -1,4 +1,4 @@
     1.4 #!/usr/bin/env bash
     1.5 # get SBCL source code
     1.6 TARGETDIR=${1:-.stash/src/sbcl}
     1.7-git clone https://vc.compiler.company/packy/sbcl.git $TARGETDIR
     1.8+git clone https://vc.compiler.company/packy/sbcl $TARGETDIR