From 55025865eb2f47f00ae701a48289ede7b67cc864 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Wed, 30 Sep 2009 03:10:25 +0100 Subject: [PATCH] Fixes Homebrew/homebrew#68, let's not break fresh Homebrew installs Thanks to boztek for spotting this. I'll commit a test shortly. --- Library/Homebrew/global.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/global.rb b/Library/Homebrew/global.rb index 26975934e1..7276e87339 100644 --- a/Library/Homebrew/global.rb +++ b/Library/Homebrew/global.rb @@ -35,8 +35,8 @@ else end HOMEBREW_PREFIX = (Pathname.getwd+__FILE__).dirname.parent.parent.cleanpath +HOMEBREW_REPOSITORY = HOMEBREW_PREFIX.realpath HOMEBREW_CELLAR = HOMEBREW_PREFIX+'Cellar' -HOMEBREW_REPOSITORY = HOMEBREW_CELLAR.realpath.parent HOMEBREW_VERSION = 0.4 HOMEBREW_WWW = 'http://bit.ly/Homebrew'