aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2010-06-04 11:56:52 -0700
committerAdam Vandenberg2010-06-07 14:15:45 -0700
commit385e3637f2679ff2b7aa66f5ce54e1d2d6953298 (patch)
tree081c61c4ada150a504df0c2b3d13460ebb303a44
parentd9dd462309ea728259a9bf626d9810cac89ef931 (diff)
downloadbrew-385e3637f2679ff2b7aa66f5ce54e1d2d6953298.tar.bz2
Remove silly concatenation.
-rwxr-xr-xbin/brew2
1 files changed, 1 insertions, 1 deletions
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'