changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: ugh9k

changeset 326: 8fb224cc0b59
parent 325: b4349cc7cb86
child 327: 49aad0912d60
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 07 Jul 2024 23:25:00 -0400
files: scripts/install-sbcl-pack.sh
description: ugh9k
     1.1--- a/scripts/install-sbcl-pack.sh	Sun Jul 07 23:13:50 2024 -0400
     1.2+++ b/scripts/install-sbcl-pack.sh	Sun Jul 07 23:25:00 2024 -0400
     1.3@@ -1,7 +1,7 @@
     1.4 #!/bin/sh
     1.5 set -e
     1.6 TARGET="${1:-x86_64-unknown-linux-gnu}"
     1.7-cd .stash/src 
     1.8+cd .stash/tmp
     1.9 curl -O "https://packy.compiler.company/dist/${TARGET}/sbcl.tar.zst"
    1.10 unzstd sbcl.tar.zst
    1.11 tar -xvf sbcl.tar