diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/env.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/env.rb b/Library/Homebrew/env.rb index a9cb6aa91..3d948275e 100644 --- a/Library/Homebrew/env.rb +++ b/Library/Homebrew/env.rb @@ -21,5 +21,5 @@ require 'utils' # TODO if whoami == root then use /Library/Caches/Homebrew instead HOMEBREW_VERSION='0.3' HOMEBREW_CACHE=File.expand_path "~/Library/Caches/Homebrew" -HOMEBREW_PREFIX=Pathname.new(__FILE__).dirname.parent.parent.realpath +HOMEBREW_PREFIX=Pathname.new(__FILE__).dirname.parent.parent.cleanpath HOMEBREW_CELLAR=HOMEBREW_PREFIX+'Cellar' |
