aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMike McQuaid2016-07-15 19:33:30 +0100
committerGitHub2016-07-15 19:33:30 +0100
commita07ab8bb92da082078203301a22eef68eaf3d0ac (patch)
tree49776d1f60832106a5c5d2bdddb4f263ad6ea05d /bin
parenta02be9eea204264ce48827ac365c8b53b986d66a (diff)
downloadbrew-a07ab8bb92da082078203301a22eef68eaf3d0ac.tar.bz2
brew.{rb,sh}: move to Library/Homebrew. (#506)
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/brew b/bin/brew
index 77611c153..0fabbb97e 100755
--- a/bin/brew
+++ b/bin/brew
@@ -25,4 +25,4 @@ fi
HOMEBREW_LIBRARY="$HOMEBREW_REPOSITORY/Library"
-source "$HOMEBREW_LIBRARY/brew.sh"
+source "$HOMEBREW_LIBRARY/Homebrew/brew.sh"