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 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?