diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/brew.h.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Homebrew/brew.h.rb b/Library/Homebrew/brew.h.rb index 5ff3ad195..a67e8c84d 100644 --- a/Library/Homebrew/brew.h.rb +++ b/Library/Homebrew/brew.h.rb @@ -289,12 +289,6 @@ def versions_of(keg_name) end -# Taken from the homebrew wiki (http://wiki.github.com/mxcl/homebrew) -def unbrewed_files - `cd #{HOMEBREW_PREFIX}; find bin etc include lib man share -type f \\( ! -iname ".ds_store" ! -iname "brew" \\)` -end - - ########################################################## class PrettyListing class PrettyListing def initialize path |
