diff options
| author | Mike McQuaid | 2017-12-06 12:56:15 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2017-12-06 12:56:15 +0000 | 
| commit | 1d344cf2f5b339919b920b4f160328c2b1c15e87 (patch) | |
| tree | 78af23ba1db3ce511892cb8239493a2bda259eac /docs/Manpage.md | |
| parent | 497348a8b7413e48cf78cf9bf4d7904db627c9ee (diff) | |
| download | brew-1d344cf2f5b339919b920b4f160328c2b1c15e87.tar.bz2 | |
Document HOMEBREW_FORCE_BREWED_CURL
Should have been in #3482.
Diffstat (limited to 'docs/Manpage.md')
| -rw-r--r-- | docs/Manpage.md | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/docs/Manpage.md b/docs/Manpage.md index fc0bb0465..ae2047c5b 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -1002,6 +1002,10 @@ can take several different forms:      directories. TextMate can handle this correctly in project mode, but many      editors will do strange things in this case. +  * `HOMEBREW_FORCE_BREWED_CURL`: +    If set, Homebrew will use a Homebrew-installed `curl` rather than the +    system version. +    * `HOMEBREW_FORCE_VENDOR_RUBY`:      If set, Homebrew will always use its vendored, relocatable Ruby 2.0 version      even if the system version of Ruby is >=2.0. | 
