Add brew --cellar command.

The Cellar may not actually be "`brew --prefix`/Cellar".
We support the Cellar existing only in the repo but
not linked into the prefix, for installs that aren't
directly in /usr/local (or other chosen prefix.)
This commit is contained in:
Adam Vandenberg 2010-02-18 13:27:23 -08:00
parent 8cdb504b14
commit 0d73cbbc53

View File

@ -77,6 +77,8 @@ begin
puts HOMEBREW_PREFIX
when '--repository'
puts HOMEBREW_REPOSITORY
when '--cellar'
puts HOMEBREW_CELLAR
when '--config'
dump_config