aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAdam Vandenberg2010-10-24 17:27:48 -0700
committerAdam Vandenberg2010-10-25 07:34:53 -0700
commitb0ddda02d03316ba80d99785243290e08b41a2cc (patch)
treede21e32424c71c2d440019c9f82d0e98228c65d8 /bin
parentc17d11490717f860ff9c01fe8fec1fe2bc06880a (diff)
downloadhomebrew-b0ddda02d03316ba80d99785243290e08b41a2cc.tar.bz2
All vcs strategies support cached_download
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/brew b/bin/brew
index 7531d59ed..0da923535 100755
--- a/bin/brew
+++ b/bin/brew
@@ -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?