aboutsummaryrefslogtreecommitdiffstats
path: root/Library/brew.rb
diff options
context:
space:
mode:
authorMike McQuaid2013-10-30 13:20:48 -0700
committerMike McQuaid2013-10-30 13:20:48 -0700
commit2183cd8d5573a9fbc7ce914422411932c1eae770 (patch)
tree633c1835d2012ed66b1e96d7aea6f2c31655ea36 /Library/brew.rb
parent989cad391270498b558fbd6b1a664f1bb4b3d3b0 (diff)
downloadhomebrew-2183cd8d5573a9fbc7ce914422411932c1eae770.tar.bz2
Cleanup use of some global constants.
Diffstat (limited to 'Library/brew.rb')
-rwxr-xr-xLibrary/brew.rb2
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}"