Skip to content
Snippets Groups Projects
Commit 9f853973 authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

superenv: svn should provide a list, not a string

Closes Homebrew/homebrew#19601.
parent 1c12c8b7
No related branches found
No related tags found
No related merge requests found
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment