From 42bd5448bc182b0385b3b594382cf24d8bc4128a Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Sat, 30 Jun 2018 09:47:55 -0400 Subject: [PATCH] brew.sh: Typo --- Library/Homebrew/brew.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 <