From f90b8f691306aa0e7d27bb008c49d35abd6ff6e8 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Sat, 4 Mar 2023 14:21:41 -0500 Subject: [PATCH] wip --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b86718a..1eee8bc 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ BREW = $(BREWPATH)/brew # This does not work inside of a make command. bootstrap-homebrew: xcode-select --install || true - $(shell "$(PWD)/install-brew.sh") + $(shell source "$(PWD)/install-brew.sh") chmod -R go-w $(brew --prefix) bootstrap-brews: