From a07ab8bb92da082078203301a22eef68eaf3d0ac Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 15 Jul 2016 19:33:30 +0100 Subject: brew.{rb,sh}: move to Library/Homebrew. (#506) --- bin/brew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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" -- cgit v1.2.3