aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorXu Cheng2016-02-09 12:53:47 +0800
committerXu Cheng2016-02-10 14:23:18 +0800
commit2facb5166cec53ed6c45ce20f7e61c03aacb8765 (patch)
tree0cbfebe4e1b3b7a6ba5f704f840d6fff9a773d61 /Library
parent7b81066038d6b696c18c2468990bde1cd6c22845 (diff)
downloadbrew-2facb5166cec53ed6c45ce20f7e61c03aacb8765.tar.bz2
FormulaInstaller: uncache Tab to keep it fresh
Fixes Homebrew/homebrew#48612. Fixes Homebrew/homebrew#48657. Closes Homebrew/homebrew#48886. Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula_installer.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb
index c7e87cbf7..a46554caa 100644
--- a/Library/Homebrew/formula_installer.rb
+++ b/Library/Homebrew/formula_installer.rb
@@ -106,6 +106,7 @@ class FormulaInstaller
end
def prelude
+ Tab.clear_cache
verify_deps_exist unless skip_deps_check?
lock
check_install_sanity