diff options
| author | Mike McQuaid | 2013-10-30 13:20:48 -0700 | 
|---|---|---|
| committer | Mike McQuaid | 2013-10-30 13:20:48 -0700 | 
| commit | 2183cd8d5573a9fbc7ce914422411932c1eae770 (patch) | |
| tree | 633c1835d2012ed66b1e96d7aea6f2c31655ea36 /Library/brew.rb | |
| parent | 989cad391270498b558fbd6b1a664f1bb4b3d3b0 (diff) | |
| download | homebrew-2183cd8d5573a9fbc7ce914422411932c1eae770.tar.bz2 | |
Cleanup use of some global constants.
Diffstat (limited to 'Library/brew.rb')
| -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 0c1aef812..dad310e84 100755 --- a/Library/brew.rb +++ b/Library/brew.rb @@ -90,7 +90,7 @@ begin    end    # Add contributed commands to PATH before checking. -  ENV['PATH'] += ":#{HOMEBREW_REPOSITORY}/Library/Contributions/cmd" +  ENV['PATH'] += ":#{HOMEBREW_CONTRIB}/cmd"    if require? HOMEBREW_REPOSITORY/"Library/Homebrew/cmd"/cmd      Homebrew.send cmd.to_s.gsub('-', '_').downcase    elsif which "brew-#{cmd}" | 
