From 0d73cbbc5353327005ba57e5528efa4a522de82b Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 18 Feb 2010 13:27:23 -0800 Subject: [PATCH] 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.) --- bin/brew | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/brew b/bin/brew index 8dc7c0ae40..dfbc4e3dd9 100755 --- a/bin/brew +++ b/bin/brew @@ -77,6 +77,8 @@ begin puts HOMEBREW_PREFIX when '--repository' puts HOMEBREW_REPOSITORY + when '--cellar' + puts HOMEBREW_CELLAR when '--config' dump_config