aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula_installer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb
index e8ed5ad63..ef18635fb 100644
--- a/Library/Homebrew/formula_installer.rb
+++ b/Library/Homebrew/formula_installer.rb
@@ -31,7 +31,7 @@ class FormulaInstaller
@poured_bottle = false
@pour_failed = false
- verify_deps_exist
+ verify_deps_exist unless ignore_deps
lock
check_install_sanity
end