aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/install.rb
diff options
context:
space:
mode:
authorJack Nagel2014-03-10 14:56:02 -0500
committerJack Nagel2014-03-10 14:56:02 -0500
commita911dd5066ebe53fa460ee4a84c916fbc62efb33 (patch)
treeb45a97f9be685201ab8346a879bea66b6f701f9e /Library/Homebrew/cmd/install.rb
parent42e60f7c59d3c479670d357f7a10356e0b195410 (diff)
downloadbrew-a911dd5066ebe53fa460ee4a84c916fbc62efb33.tar.bz2
Make build_from_source an explicit installer mode
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 6a3d370ea..32c82482e 100644
--- a/Library/Homebrew/cmd/install.rb
+++ b/Library/Homebrew/cmd/install.rb
@@ -107,6 +107,7 @@ module Homebrew extend self
fi.ignore_deps = ARGV.ignore_deps? || ARGV.interactive?
fi.only_deps = ARGV.only_deps?
fi.build_bottle = ARGV.build_bottle?
+ fi.build_from_source = ARGV.build_from_source?
fi.prelude
fi.install
fi.caveats