changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: no link in bootstrap.sh

changeset 371: 7dcabf3e0edc
parent 370: 6b92d9ffbc77
tag:tip
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 24 Sep 2024 15:53:24 -0400
files: .hgsubstate bootstrap.sh
description: no link in bootstrap.sh
     1.1--- a/.hgsubstate	Tue Sep 24 15:04:11 2024 -0400
     1.2+++ b/.hgsubstate	Tue Sep 24 15:53:24 2024 -0400
     1.3@@ -1,4 +1,4 @@
     1.4 36849cbd95545dc18f5a4a3d07c9055beca38f0b box
     1.5 0000000000000000000000000000000000000000 etc
     1.6 13e2311f62218eb153de54dd7c51e422567df0ed home
     1.7-90970dfd5a8bf8734e4039616010bca1ed74b314 pod
     1.8+7b2e34e1c161a553ba7b9061de8bc3c5cdc02acd pod
     2.1--- a/bootstrap.sh	Tue Sep 24 15:04:11 2024 -0400
     2.2+++ b/bootstrap.sh	Tue Sep 24 15:53:24 2024 -0400
     2.3@@ -69,7 +69,10 @@
     2.4   cd ..
     2.5   cp -rf tmp/core/bin/* bin/
     2.6   # unpacked core, link binaries
     2.7-  ln -sf bin/core bin/skel
     2.8+  cd bin
     2.9+  # ln -sf core skel
    2.10+  # ln -sf core homer
    2.11+  cd ..
    2.12   cp -rf tmp/core/share/* share/
    2.13   fi
    2.14