diff options
| author | Andrew Janke | 2016-05-27 01:53:08 -0400 | 
|---|---|---|
| committer | Andrew Janke | 2016-08-19 01:04:32 -0400 | 
| commit | 954445634cdd6138c589ce9f91a9398d93c8bba8 (patch) | |
| tree | efca700f4f7ccb5e2acc466644248f381c3c2c87 /Library/Homebrew/postinstall.rb | |
| parent | db2e9b8375535f5cb71b5974909bc0fcc3d29e9d (diff) | |
| download | brew-954445634cdd6138c589ce9f91a9398d93c8bba8.tar.bz2 | |
separate build and test logs
Diffstat (limited to 'Library/Homebrew/postinstall.rb')
| -rw-r--r-- | Library/Homebrew/postinstall.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Homebrew/postinstall.rb b/Library/Homebrew/postinstall.rb index c5c7ace31..0b6d8f6b0 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.post_install +  formula.run_post_install  rescue Exception => e    Marshal.dump(e, error_pipe)    error_pipe.close | 
