From 385e3637f2679ff2b7aa66f5ce54e1d2d6953298 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 4 Jun 2010 11:56:52 -0700 Subject: Remove silly concatenation. --- bin/brew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/brew b/bin/brew index 194232c49..3b5ac4fed 100755 --- a/bin/brew +++ b/bin/brew @@ -8,7 +8,7 @@ Dir.getwd rescue abort "The current working directory doesn't exist, cannot proc HOMEBREW_BREW_FILE = ENV['HOMEBREW_BREW_FILE'] = File.expand_path(__FILE__) require 'pathname' -HOMEBREW_LIBRARY_PATH = (Pathname.new(__FILE__).realpath.dirname.parent+"Library"+"Homebrew").to_s +HOMEBREW_LIBRARY_PATH = (Pathname.new(__FILE__).realpath.dirname.parent+"Library/Homebrew").to_s $:.unshift(HOMEBREW_LIBRARY_PATH) require 'global' -- cgit v1.2.3