Document HOMEBREW_DEBUG_INSTALL

This commit is contained in:
Adam Vandenberg 2010-08-16 09:22:14 -07:00
parent 6d36c4daf2
commit 6355e37162
2 changed files with 9 additions and 0 deletions

View File

@ -193,6 +193,11 @@ Some external commands are shipped with Homebrew, and enabled by default.
If set, instructs Homebrew to always assume `--debug` when running If set, instructs Homebrew to always assume `--debug` when running
commands. commands.
* HOMEBREW\_DEBUG\_INSTALL:
When a `brew install -d` or `brew install -i` drops into a shell,
`HOMEBREW_DEBUG_INSTALL` will be set to the name of the formula being
tried.
* HOMEBREW\_EDITOR: * HOMEBREW\_EDITOR:
If set, Homebrew will use this editor when editing a single formula, or If set, Homebrew will use this editor when editing a single formula, or
several formulae in the same folder. several formulae in the same folder.

View File

@ -203,6 +203,10 @@ HOMEBREW_DEBUG
If set, instructs Homebrew to always assume \fB\-\-debug\fR when running commands\. If set, instructs Homebrew to always assume \fB\-\-debug\fR when running commands\.
. .
.TP .TP
HOMEBREW_DEBUG_INSTALL
When a \fBbrew install \-d\fR or \fBbrew install \-i\fR drops into a shell, \fBHOMEBREW_DEBUG_INSTALL\fR will be set to the name of the formula being tried\.
.
.TP
HOMEBREW_EDITOR HOMEBREW_EDITOR
If set, Homebrew will use this editor when editing a single formula, or several formulae in the same folder\. If set, Homebrew will use this editor when editing a single formula, or several formulae in the same folder\.
. .