aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2010-08-20 10:06:06 -0700
committerAdam Vandenberg2010-08-20 10:06:06 -0700
commitbefa3c852ba5299e89b5b576aad29a8eb2c64091 (patch)
tree15f9d466aae3441aca123d54104425fe257232d3
parentf1c356a5c8958a7c07fcbfc9a5ec742e1f02a3a6 (diff)
downloadhomebrew-befa3c852ba5299e89b5b576aad29a8eb2c64091.tar.bz2
Document HOMEBREW_DEBUG_PREFIX
-rw-r--r--Library/Contributions/manpages/brew.1.md9
-rw-r--r--share/man/man1/brew.16
2 files changed, 12 insertions, 3 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md
index 2c6c8cb6c..9cc55170d 100644
--- a/Library/Contributions/manpages/brew.1.md
+++ b/Library/Contributions/manpages/brew.1.md
@@ -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
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1
index 8909fa8ef..6bcd379e9 100644
--- a/share/man/man1/brew.1
+++ b/share/man/man1/brew.1
@@ -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