aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMax Howell2009-11-07 18:08:26 +0000
committerMax Howell2009-11-08 15:21:14 +0000
commit6b18d5572dd93d9bdde1786d6f7c457d01421dc7 (patch)
tree93403c42ed0f5f1f62de96789a9f47575e8745e0 /bin
parent4266d6c1c7e09f5856819806c99efbfd388b21b8 (diff)
downloadbrew-6b18d5572dd93d9bdde1786d6f7c457d01421dc7.tar.bz2
Rename BREW_FILE HOMEBREW_BREW_FILE
Because it's a global.h constant and that file can be included by other projects.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/brew b/bin/brew
index 024034ab4..57352b4a1 100755
--- a/bin/brew
+++ b/bin/brew
@@ -5,7 +5,7 @@
# odd exceptions. Reduce our support burden by showing a user-friendly error.
Dir.getwd rescue abort "The current working directory doesn't exist, cannot proceed."
-BREW_FILE = File.expand_path __FILE__
+HOMEBREW_BREW_FILE = File.expand_path __FILE__
def homebrew_rubylib_path
lib_path = "/../../Library/Homebrew"