aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/postinstall.rb
diff options
context:
space:
mode:
authorXu Cheng2016-07-17 17:47:05 +0800
committerXu Cheng2016-07-18 18:11:53 +0800
commite008f6e53cefb027980b88ba8d3962a14b7fa1e2 (patch)
tree3755cc386b002cefd266141fc5013a29e45faf69 /Library/Homebrew/postinstall.rb
parent91a47a9ed6d85c1bf8f507cdfef4462a07f61831 (diff)
downloadbrew-e008f6e53cefb027980b88ba8d3962a14b7fa1e2.tar.bz2
remove unnecessary build options manipulation for test and postinstall
We already loaded build options in ARGV.resolved_formulae for test and postinstall
Diffstat (limited to 'Library/Homebrew/postinstall.rb')
-rw-r--r--Library/Homebrew/postinstall.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/postinstall.rb b/Library/Homebrew/postinstall.rb
index 0b6d8f6b0..c5c7ace31 100644
--- a/Library/Homebrew/postinstall.rb
+++ b/Library/Homebrew/postinstall.rb
@@ -13,7 +13,7 @@ begin
formula = ARGV.resolved_formulae.first
formula.extend(Debrew::Formula) if ARGV.debug?
- formula.run_post_install
+ formula.post_install
rescue Exception => e
Marshal.dump(e, error_pipe)
error_pipe.close