Don't break for paths with spaces

master
Max Howell 2010-01-23 10:36:16 +00:00
parent 454d1819e9
commit f83d67ae5a
1 changed files with 1 additions and 1 deletions

View File

@ -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'