aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/install.rb
diff options
context:
space:
mode:
authorJack Nagel2014-03-04 14:06:25 -0600
committerJack Nagel2014-03-04 14:06:25 -0600
commitecbd7e2048d9d6c850844400cdc2dc387a9f28ec (patch)
tree03e960f4d1cd2be9d2beb282e73dfa51f06eb765 /Library/Homebrew/cmd/install.rb
parent9e6e7119c58a2448169edf231008ce413a8250d8 (diff)
downloadhomebrew-ecbd7e2048d9d6c850844400cdc2dc387a9f28ec.tar.bz2
Extract installer setup to prelude method
Diffstat (limited to 'Library/Homebrew/cmd/install.rb')
-rw-r--r--Library/Homebrew/cmd/install.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb
index cd3c3c8d2..bd90e9cc3 100644
--- a/Library/Homebrew/cmd/install.rb
+++ b/Library/Homebrew/cmd/install.rb
@@ -104,6 +104,7 @@ module Homebrew extend self
def install_formula f
fi = FormulaInstaller.new(f)
+ fi.prelude
fi.install
fi.caveats
fi.finish