scm: subversion: use "shell_quote_command" method at adapter for JRuby + Windows command name (#8825).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6274 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-07-15 16:29:12 +00:00
parent ecc042dce1
commit ce1c6209ca
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ module Redmine
end
def sq_bin
@@sq_bin ||= shell_quote(SVN_BIN)
@@sq_bin ||= shell_quote_command
end
def client_version