Document HOMEBREW_DEBUG_PREFIX

This commit is contained in:
Adam Vandenberg 2010-08-20 10:06:06 -07:00
parent c1e293f5a4
commit 44f1d0917d
2 changed files with 12 additions and 3 deletions

View File

@ -194,9 +194,14 @@ Some external commands are shipped with Homebrew, and enabled by default.
commands.
* HOMEBREW\_DEBUG\_INSTALL:
When a `brew install -d` or `brew install -i` drops into a shell,
When `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.
brewed.
* HOMEBREW\_DEBUG\_PREFIX:
When `brew install -d` or `brew install -i` drops into a shell,
`HOMEBREW_DEBUG__PREFIX` will be set to the target prefix in the Cellar
of the formula being brewed.
* HOMEBREW\_EDITOR:
If set, Homebrew will use this editor when editing a single formula, or

View File

@ -204,7 +204,11 @@ If set, instructs Homebrew to always assume \fB\-\-debug\fR when running command
.
.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\.
When \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 brewed\.
.
.TP
HOMEBREW_DEBUG_PREFIX
When \fBbrew install \-d\fR or \fBbrew install \-i\fR drops into a shell, \fBHOMEBREW_DEBUG__PREFIX\fR will be set to the target prefix in the Cellar of the formula being brewed\.
.
.TP
HOMEBREW_EDITOR