From 0d1c7b9367903103e8313fd5722a081d70678209 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 14 May 2024 00:20:30 +0100 Subject: [PATCH] bin/brew: improve a comment. --- bin/brew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/brew b/bin/brew index 72bb36f7cb..f7b47d0c69 100755 --- a/bin/brew +++ b/bin/brew @@ -76,7 +76,7 @@ then HOMEBREW_REPOSITORY="${BREW_FILE_DIRECTORY%/*}" fi -# Try to find a /usr/local HOMEBREW_PREFIX where possible (for bottles) +# Try to find a /usr/local HOMEBREW_PREFIX where possible (for macOS x86_64 bottles) if [[ -L "/usr/local/bin/brew" && ! -L "${HOMEBREW_PREFIX}/Cellar" ]] then USR_LOCAL_BREW_FILE_DIRECTORY="$(symlink_target_directory "/usr/local/bin/brew" "/usr/local/bin")"