Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Rephrase comment so it makes sense
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Aug 2, 2011
1 parent cbbad7a commit 5692191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/brew
Expand Up @@ -27,7 +27,7 @@ when '-v'
end

if Process.uid.zero? and not File.stat(HOMEBREW_BREW_FILE).uid.zero?
# note we only abort if Homebrew is *not* uninstalled sudo and the user
# note we only abort if Homebrew is *not* installed as sudo and the user
# calls brew as root. The fix is to chown brew to root.
abort "Cowardly refusing to `sudo brew'"
end
Expand Down

0 comments on commit 5692191

Please sign in to comment.