aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/reinstall.rb
diff options
context:
space:
mode:
authorJack Nagel2014-10-15 00:52:57 -0500
committerJack Nagel2014-10-15 01:30:56 -0500
commit7266ecd4e3799006d0482708a3331bfac4e1e0d1 (patch)
tree4caa87567e4fe27736e1314bd5188ef76b8b2185 /Library/Homebrew/cmd/reinstall.rb
parentb05351d0b2ded45824046d0d7b823e5149f59467 (diff)
downloadbrew-7266ecd4e3799006d0482708a3331bfac4e1e0d1.tar.bz2
Hide install receipt key names
Diffstat (limited to 'Library/Homebrew/cmd/reinstall.rb')
-rw-r--r--Library/Homebrew/cmd/reinstall.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/reinstall.rb b/Library/Homebrew/cmd/reinstall.rb
index 113607236..b72fbad09 100644
--- a/Library/Homebrew/cmd/reinstall.rb
+++ b/Library/Homebrew/cmd/reinstall.rb
@@ -20,8 +20,7 @@ module Homebrew
fi = FormulaInstaller.new(f)
fi.options = options
- fi.build_bottle = ARGV.build_bottle?
- fi.build_bottle ||= tab.built_as_bottle && !tab.poured_from_bottle
+ fi.build_bottle = ARGV.build_bottle? || tab.build_bottle?
fi.build_from_source = ARGV.build_from_source?
fi.force_bottle = ARGV.force_bottle?
fi.verbose = ARGV.verbose?