diff options
| author | Adam Vandenberg | 2010-08-16 09:22:14 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-08-16 09:24:08 -0700 |
| commit | 39743572a244af4c692dcaaddcfe7fcc78a3de8a (patch) | |
| tree | 6ed6185bdd5c6869083322f4928de1805e9ab5c1 | |
| parent | 3e793e940429a0513d8ebc85b1f349d9da4fbb2a (diff) | |
| download | homebrew-39743572a244af4c692dcaaddcfe7fcc78a3de8a.tar.bz2 | |
Document HOMEBREW_DEBUG_INSTALL
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 5 | ||||
| -rw-r--r-- | share/man/man1/brew.1 | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 613365dcf..2c6c8cb6c 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -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 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: If set, Homebrew will use this editor when editing a single formula, or several formulae in the same folder. diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 245aee67c..8909fa8ef 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -203,6 +203,10 @@ HOMEBREW_DEBUG If set, instructs Homebrew to always assume \fB\-\-debug\fR when running commands\. . .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 If set, Homebrew will use this editor when editing a single formula, or several formulae in the same folder\. . |
