aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/brew2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/brew b/bin/brew
index 38cdee938..a2184eec0 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