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
commitb602128a838c372a1d2d5919bcef4518f3deb9af (patch)
treea8ec5d58efdce7914e331eda73cf023bac6c89b4 /bin
parent06c7f4a29db9e3ba54d98b91d176c1afa60ebe83 (diff)
downloadbrew-b602128a838c372a1d2d5919bcef4518f3deb9af.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?