From 604789d9a978e4db3d2fc3cca4b67493a4e2e789 Mon Sep 17 00:00:00 2001 From: "T. R. Bernstein" <137705289+trbernstein@users.noreply.github.com> Date: Sat, 18 Oct 2025 00:32:19 +0200 Subject: [PATCH] Always recreate brew caller script --- modules/04-install-brew.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/04-install-brew.sh b/modules/04-install-brew.sh index 108802a..e5719ea 100755 --- a/modules/04-install-brew.sh +++ b/modules/04-install-brew.sh @@ -107,6 +107,7 @@ function createBrewCallerScript() { local brewCallerPath="${homebrewRepositoryPath}/bin/brew-caller" local brewCallerSymlink="/usr/local/bin/brew" [ -f "${brewCallerPath}" ] && rm "${brewCallerPath}" + [ -f "${brewCallerSymlink}" ] && rm "${brewCallerSymlink}" cat <<- BREWCALLER | clang -x c -O2 -Wall -o "${brewCallerPath}" - #include #include