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
commit1d9db84b604e44c153926e27c4c6dfdc74d480e4 (patch)
tree87adfbda9d69483416e8c382b5925d403ae534b4 /Library/Homebrew/cmd/reinstall.rb
parent68a23e1765b02e12d35e04af4a78ea8ebef5ead9 (diff)
downloadhomebrew-1d9db84b604e44c153926e27c4c6dfdc74d480e4.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?