Merge pull request #3533 from MikeMcQuaid/force-brewed-curl-docs
Document HOMEBREW_FORCE_BREWED_CURL
This commit is contained in:
commit
9cabda83e4
@ -160,6 +160,10 @@ can take several different forms:
|
|||||||
directories. TextMate can handle this correctly in project mode, but many
|
directories. TextMate can handle this correctly in project mode, but many
|
||||||
editors will do strange things in this case.
|
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`:
|
* `HOMEBREW_FORCE_VENDOR_RUBY`:
|
||||||
If set, Homebrew will always use its vendored, relocatable Ruby 2.0 version
|
If set, Homebrew will always use its vendored, relocatable Ruby 2.0 version
|
||||||
even if the system version of Ruby is >=2.0.
|
even if the system version of Ruby is >=2.0.
|
||||||
|
|||||||
@ -1002,6 +1002,10 @@ can take several different forms:
|
|||||||
directories. TextMate can handle this correctly in project mode, but many
|
directories. TextMate can handle this correctly in project mode, but many
|
||||||
editors will do strange things in this case.
|
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`:
|
* `HOMEBREW_FORCE_VENDOR_RUBY`:
|
||||||
If set, Homebrew will always use its vendored, relocatable Ruby 2.0 version
|
If set, Homebrew will always use its vendored, relocatable Ruby 2.0 version
|
||||||
even if the system version of Ruby is >=2.0.
|
even if the system version of Ruby is >=2.0.
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
.\" generated with Ronn/v0.7.3
|
.\" generated with Ronn/v0.7.3
|
||||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||||
.
|
.
|
||||||
.TH "BREW\-CASK" "1" "November 2017" "Homebrew" "brew-cask"
|
.TH "BREW\-CASK" "1" "December 2017" "Homebrew" "brew-cask"
|
||||||
.
|
.
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
\fBbrew\-cask\fR \- a friendly binary installer for macOS
|
\fBbrew\-cask\fR \- a friendly binary installer for macOS
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
.\" generated with Ronn/v0.7.3
|
.\" generated with Ronn/v0.7.3
|
||||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||||
.
|
.
|
||||||
.TH "BREW" "1" "November 2017" "Homebrew" "brew"
|
.TH "BREW" "1" "December 2017" "Homebrew" "brew"
|
||||||
.
|
.
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
\fBbrew\fR \- The missing package manager for macOS
|
\fBbrew\fR \- The missing package manager for macOS
|
||||||
@ -1028,6 +1028,10 @@ If set, Homebrew will use this editor when editing a single formula, or several
|
|||||||
\fINote:\fR \fBbrew edit\fR will open all of Homebrew as discontinuous files and directories\. TextMate can handle this correctly in project mode, but many editors will do strange things in this case\.
|
\fINote:\fR \fBbrew edit\fR will open all of Homebrew as discontinuous files and directories\. TextMate can handle this correctly in project mode, but many editors will do strange things in this case\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
|
\fBHOMEBREW_FORCE_BREWED_CURL\fR
|
||||||
|
If set, Homebrew will use a Homebrew\-installed \fBcurl\fR rather than the system version\.
|
||||||
|
.
|
||||||
|
.TP
|
||||||
\fBHOMEBREW_FORCE_VENDOR_RUBY\fR
|
\fBHOMEBREW_FORCE_VENDOR_RUBY\fR
|
||||||
If set, Homebrew will always use its vendored, relocatable Ruby 2\.0 version even if the system version of Ruby is >=2\.0\.
|
If set, Homebrew will always use its vendored, relocatable Ruby 2\.0 version even if the system version of Ruby is >=2\.0\.
|
||||||
.
|
.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user