From 25c2f54ccfbb6d0cc7e12d7b02fb79cab2b29a1e Mon Sep 17 00:00:00 2001 From: Max Howell Date: Mon, 8 Jun 2009 15:59:12 +0100 Subject: [PATCH] brew list only lists files not directories --- bin/brew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/brew b/bin/brew index 38cdee9389..a2184eec03 100755 --- a/bin/brew +++ b/bin/brew @@ -207,7 +207,7 @@ begin puts HOMEBREW_VERSION when 'list' fae=shift_formulae_from_ARGV.collect {|name| ($cellar+name).to_s} - puts `find #{fae.join' '}` + puts `find #{fae.join' '} -type f -print` when 'install' shift_formulae_from_ARGV.each do |name| beginning = Time.now