Skip to content
Snippets Groups Projects
Commit 62e44a1d authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #1274 from RasPhilCo/patch-1

Fix warning for HOMEBREW_REPOSITORY at /usr/local
parents 8efb5856 ec03dcfe
No related branches found
No related tags found
No related merge requests found
......@@ -278,6 +278,7 @@ EOS
check-run-command-as-root
if [[ "$HOMEBREW_PREFIX" = "/usr/local" &&
"$HOMEBREW_PREFIX" != "$HOMEBREW_REPOSITORY" &&
"$HOMEBREW_CELLAR" = "$HOMEBREW_REPOSITORY/Cellar" ]]
then
cat >&2 <<EOS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment