aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/brew2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/brew b/bin/brew
index 6856f28f0..461fe307b 100755
--- a/bin/brew
+++ b/bin/brew
@@ -194,7 +194,7 @@ end
begin
case ARGV.shift
when '--prefix' then puts prefix
- when '--cache' then puts Homebrew::cache
+ when '--cache' then puts HOMEBREW_CACHE
when '-h', '--help', '--usage', '-?' then puts usage
when '-v', '--version' then puts HOMEBREW_VERSION
when 'macports' then exec "open 'http://www.macports.org/ports.php?by=name&substr=#{ARGV.shift}'"