diff options
| author | Adam Vandenberg | 2010-10-24 17:27:48 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-10-25 07:34:53 -0700 | 
| commit | b0ddda02d03316ba80d99785243290e08b41a2cc (patch) | |
| tree | de21e32424c71c2d440019c9f82d0e98228c65d8 /bin/brew | |
| parent | c17d11490717f860ff9c01fe8fec1fe2bc06880a (diff) | |
| download | homebrew-b0ddda02d03316ba80d99785243290e08b41a2cc.tar.bz2 | |
All vcs strategies support cached_download
Diffstat (limited to 'bin/brew')
| -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? | 
