diff options
| author | Mike McQuaid | 2012-03-18 15:33:21 +1300 |
|---|---|---|
| committer | Mike McQuaid | 2012-03-18 15:34:41 +1300 |
| commit | b27b761931b987b9dd8a9fc080bbf35270af7cca (patch) | |
| tree | fc4adbbfcf47fa8eba4f011630037f461cc5162c /bin | |
| parent | d2ad0d02326634d5ff9b92899b60190271e45786 (diff) | |
| download | homebrew-b27b761931b987b9dd8a9fc080bbf35270af7cca.tar.bz2 | |
Rename external commands directory from examples.
Fixes #10829.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/brew | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}" |
