From 74585ec4711667c76ecdad7eb53590cb912501ba Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 12 Nov 2022 10:22:30 -0700 Subject: bstraph.sh: stop checking whether there is a host-specific branch 'bstrap.sh' is usually invoked by my INSINUATE-DOTFILES Consfigurator property or 'insinuate-dotfiles' shell script, and those both do shallow clones, so the host-specific branch isn't usually available. --- bin/bstraph.sh | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/bin/bstraph.sh b/bin/bstraph.sh index 8123bb7d..46d6ba84 100755 --- a/bin/bstraph.sh +++ b/bin/bstraph.sh @@ -8,8 +8,6 @@ set -e -# ---- Perform the bootstrap - if ! [ -e "$HOME/.mrconfig" ]; then cat >"$HOME/.mrconfig" <