diff options
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/brew.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/brew.rb b/Library/brew.rb index 8b8376422..e9c9fe994 100755 --- a/Library/brew.rb +++ b/Library/brew.rb @@ -98,7 +98,7 @@ begin cmd = aliases[cmd] if aliases[cmd] - sudo_check = Set.new %w[ install link pin unpin upgrade ] + sudo_check = %w[ install link pin unpin upgrade ] if sudo_check.include? cmd if Process.uid.zero? and not File.stat(HOMEBREW_BREW_FILE).uid.zero? |
