From 3952a4acc67aac7cce3d0941e9eb28b14d5b26d7 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 6 Jul 2014 22:06:09 -0500 Subject: [PATCH] Give the cache the same permissions as the installer does --- Library/Homebrew/global.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/global.rb b/Library/Homebrew/global.rb index 9e3af1ee8d..d25f249648 100644 --- a/Library/Homebrew/global.rb +++ b/Library/Homebrew/global.rb @@ -30,7 +30,7 @@ def cache def mkpath unless exist? super - chmod 0777 + chmod 0775 end end }