aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMike McQuaid2012-03-18 15:33:21 +1300
committerMike McQuaid2012-03-18 15:34:41 +1300
commitb27b761931b987b9dd8a9fc080bbf35270af7cca (patch)
treefc4adbbfcf47fa8eba4f011630037f461cc5162c /bin
parentd2ad0d02326634d5ff9b92899b60190271e45786 (diff)
downloadhomebrew-b27b761931b987b9dd8a9fc080bbf35270af7cca.tar.bz2
Rename external commands directory from examples.
Fixes #10829.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/brew b/bin/brew
index e5a5e685e..ba573c658 100755
--- a/bin/brew
+++ b/bin/brew
@@ -71,7 +71,7 @@ begin
cmd = aliases[cmd] if aliases[cmd]
# Add example external commands to PATH before checking.
- ENV['PATH'] += ":#{HOMEBREW_REPOSITORY}/Library/Contributions/examples"
+ ENV['PATH'] += ":#{HOMEBREW_REPOSITORY}/Library/Contributions/cmds"
if system "/usr/bin/which -s brew-#{cmd}"
%w[CACHE CELLAR LIBRARY_PATH PREFIX REPOSITORY].each do |e|
ENV["HOMEBREW_#{e}"] = Object.const_get "HOMEBREW_#{e}"