Skip to content
Snippets Groups Projects
Commit ec03dcfe authored by RasPhilCo's avatar RasPhilCo Committed by GitHub
Browse files

Fix warning for HOMEBREW_REPOSITORY at /usr/local

parent fd0dffdd
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