changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: +x

changeset 240: 5d84c4505479
parent 239: 7c6e3bbfe8cd
child 241: 8565bc0b06f9
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 28 May 2024 01:53:28 +0000
files: bootstrap.sh
description: +x
     1.1--- a/bootstrap.sh	Tue May 28 01:40:54 2024 +0000
     1.2+++ b/bootstrap.sh	Tue May 28 01:53:28 2024 +0000
     1.3@@ -25,6 +25,7 @@
     1.4   ensure download "$_sbcl_url" "${_stash}/src/sbcl.tar.zst" "$_arch"
     1.5   ensure download "$_rocksdb_url" "${_stash}/src/rocksdb.tar.zst" "$_arch"
     1.6   ensure download "$_sk_url" "${_stash}/bin/sk" "$_arch"
     1.7+  chmod +x "${_stash}/bin/sk"
     1.8 }
     1.9 
    1.10 _read() {