diff options
| author | Adam Vandenberg | 2010-08-20 10:06:06 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-08-20 10:06:06 -0700 |
| commit | 44f1d0917d12cc4c53c8e78da30c29c781f3827b (patch) | |
| tree | f804ddeb78071293dd9fc5cc9215b85d39d5cb00 /Library | |
| parent | c1e293f5a4297fdec5d4335013f0e3820194dd58 (diff) | |
| download | brew-44f1d0917d12cc4c53c8e78da30c29c781f3827b.tar.bz2 | |
Document HOMEBREW_DEBUG_PREFIX
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 9 |
1 files changed, 7 insertions, 2 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 |
