From 9f853973d74ebe37c65734fd8992059f950c5d5f Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 3 May 2013 15:53:45 -0700 Subject: superenv: svn should provide a list, not a string Closes Homebrew/homebrew#19601. --- Library/Contributions/cmd/git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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] -- cgit v1.2.3