brew.sh: Typo

This commit is contained in:
William Woodruff 2018-06-30 09:47:55 -04:00
parent 949c0cc47e
commit 42bd5448bc
No known key found for this signature in database
GPG Key ID: 600D68320BE45ACC

View File

@ -298,7 +298,7 @@ check-prefix-is-not-tmpdir() {
if [[ $(realpath "${HOMEBREW_PREFIX}") = /private/tmp/* ]] if [[ $(realpath "${HOMEBREW_PREFIX}") = /private/tmp/* ]]
then then
odie <<EOS odie <<EOS
Your HOMEBREW_PREFIX is in the system temporary directorie, which Homebrew Your HOMEBREW_PREFIX is in the system temporary directory, which Homebrew
uses to store downloads and builds. You can resolve this by installing Homebrew to uses to store downloads and builds. You can resolve this by installing Homebrew to
either the standard prefix (/usr/local/) or to a non-standard prefix that is not either the standard prefix (/usr/local/) or to a non-standard prefix that is not
the system temporary directory. the system temporary directory.