aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMike McQuaid2013-02-17 13:32:15 +0000
committerMike McQuaid2013-02-18 10:42:44 +0000
commit4a281cd5cf8f722d73a4f50612e8c460f57fddd7 (patch)
tree765c472cc951590398a52651b59051af2cdd2b59 /bin
parente9d58c410052157487f96a77dd318cbda641806e (diff)
downloadbrew-4a281cd5cf8f722d73a4f50612e8c460f57fddd7.tar.bz2
Rename Library/Contributions/cmds -> cmd.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/brew b/bin/brew
index 5fd2fc82a..ea46c9b07 100755
--- a/bin/brew
+++ b/bin/brew
@@ -82,7 +82,7 @@ begin
end
# Add example external commands to PATH before checking.
- ENV['PATH'] += ":#{HOMEBREW_REPOSITORY}/Library/Contributions/cmds"
+ ENV['PATH'] += ":#{HOMEBREW_REPOSITORY}/Library/Contributions/cmd"
if require? HOMEBREW_REPOSITORY/"Library/Homebrew/cmd"/cmd
Homebrew.send cmd.to_s.gsub('-', '_').downcase
elsif which "brew-#{cmd}"