aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-09-15 10:28:06 -0700
committerAdam Vandenberg2013-09-15 10:28:06 -0700
commit9b7786fc04da1f15703eb7816b1faa8df8b387fa (patch)
treed10f7a262ee83ac831c75c0824a7eb89c743ee54 /Library
parent71b21c920ffab63f55fa8c7d86e84747e6696190 (diff)
downloadbrew-9b7786fc04da1f15703eb7816b1faa8df8b387fa.tar.bz2
change wording
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/brew.rb2
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