diff options
| author | Max Howell | 2011-08-02 14:45:52 +0100 | 
|---|---|---|
| committer | Max Howell | 2011-08-02 14:45:52 +0100 | 
| commit | 5692191569d059966bd8658d2dda50e7c94e5567 (patch) | |
| tree | 5bce5711b95e5a4fc1788b30d67a7d0a3a19ef02 | |
| parent | cbbad7a8d9cf0536f6cad9e87b2f1721362dabcb (diff) | |
| download | homebrew-5692191569d059966bd8658d2dda50e7c94e5567.tar.bz2 | |
Rephrase comment so it makes sense
| -rwxr-xr-x | bin/brew | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 | 
