diff options
Diffstat (limited to 'Library/brew.rb')
| -rwxr-xr-x | Library/brew.rb | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/Library/brew.rb b/Library/brew.rb index 1237e54b6..cd2be0774 100755 --- a/Library/brew.rb +++ b/Library/brew.rb @@ -109,6 +109,9 @@ begin    # Add contributed commands to PATH before checking.    ENV['PATH'] += "#{File::PATH_SEPARATOR}#{HOMEBREW_CONTRIB}/cmd" +  Dir["#{HOMEBREW_LIBRARY}/Taps/*/*/cmd"].each do |tap_cmd_dir| +    ENV["PATH"] += "#{File::PATH_SEPARATOR}#{tap_cmd_dir}" +  end    internal_cmd = require? HOMEBREW_LIBRARY_PATH.join("cmd", cmd) if cmd | 
