diff --git a/Library/Homebrew/brew.sh b/Library/Homebrew/brew.sh index a3d329dfd4..b8459808fa 100644 --- a/Library/Homebrew/brew.sh +++ b/Library/Homebrew/brew.sh @@ -298,7 +298,7 @@ check-prefix-is-not-tmpdir() { if [[ $(realpath "${HOMEBREW_PREFIX}") = /private/tmp/* ]] then odie <