diff options
| author | Adam Vandenberg | 2013-09-15 10:28:06 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-09-15 10:28:06 -0700 | 
| commit | b08950c2205006a1bfe12015251e1d8fb39b43a6 (patch) | |
| tree | 4a0d9ec4b8c5af5d56abc9b18869afcce8b6bf24 | |
| parent | 31070ce0bd9ece931c5e0453e1764e4a3a5b0e89 (diff) | |
| download | homebrew-b08950c2205006a1bfe12015251e1d8fb39b43a6.tar.bz2 | |
change wording
| -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 eb46e88a3..1ec1ad4c0 100755 --- a/Library/brew.rb +++ b/Library/brew.rb @@ -89,7 +89,7 @@ begin      end    end -  # Add example external commands to PATH before checking. +  # Add contributed commands to PATH before checking.    ENV['PATH'] += ":#{HOMEBREW_REPOSITORY}/Library/Contributions/cmd"    if require? HOMEBREW_REPOSITORY/"Library/Homebrew/cmd"/cmd      Homebrew.send cmd.to_s.gsub('-', '_').downcase | 
