diff options
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/cmd/git | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/cmd/git b/Library/Contributions/cmd/git index 7539ecfc0..888a6ff11 100755 --- a/Library/Contributions/cmd/git +++ b/Library/Contributions/cmd/git @@ -25,7 +25,7 @@ end case F.downcase when 'git' then %W{HOMEBREW_GIT GIT} - when 'svn' then "HOMEBREW_SVN" + when 'svn' then %W{HOMEBREW_SVN} else [] end.each do |key| exec ENV[key], *ARGV if ENV[key] and File.executable? ENV[key] |
