aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/git.rb')
-rw-r--r--Library/Formula/git.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb
index 7aa169132..08481c9c7 100644
--- a/Library/Formula/git.rb
+++ b/Library/Formula/git.rb
@@ -17,7 +17,7 @@ class Git <Formula
# If local::lib is used you get a 'Only one of PREFIX or INSTALL_BASE can be given' error
ENV['PERL_MM_OPT']='';
- system "make prefix=#{prefix} install"
+ system "make", "prefix=#{prefix}", "install"
# Install the git bash completion file
(etc+'bash_completion.d').install 'contrib/completion/git-completion.bash'