diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/brew | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -81,7 +81,7 @@ begin      if ARGV.named.empty?        puts HOMEBREW_CACHE      else -      puts *ARGV.formulae.collect {|f| f.cached_download rescue '(built from source control)'} +      puts *ARGV.formulae.collect {|f| f.cached_download}      end    when '--prefix'      if ARGV.named.empty? | 
