diff options
Diffstat (limited to 'Library/Formula/git.rb')
| -rw-r--r-- | Library/Formula/git.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index 3276a8f77..177a29404 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -35,7 +35,7 @@ class Git < Formula end def patches - if MacOS.version >= :mavericks + if MacOS.version >= :mavericks and not build.head? # Allow using PERLLIB_EXTRA to find Subversion Perl bindings location # in the CLT/Xcode. Should be included in Git 1.8.6. # https://git.kernel.org/cgit/git/git.git/commit/?h=next&id=07981d |
