aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Contributions/examples/brew-which.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Contributions/examples/brew-which.rb b/Library/Contributions/examples/brew-which.rb
index 3ce9b497b..b3318ee76 100755
--- a/Library/Contributions/examples/brew-which.rb
+++ b/Library/Contributions/examples/brew-which.rb
@@ -8,8 +8,7 @@ module Homebrew extend self
real_cellar = HOMEBREW_CELLAR.realpath
- # paths=%w[bin sbin etc lib include share].collect {|d| HOMEBREW_PREFIX+d}
- paths=%w[bin].collect {|d| HOMEBREW_PREFIX+d}
+ paths=%w[bin sbin lib].collect {|d| HOMEBREW_PREFIX+d}
paths.each do |path|
path.find do |path|