##// END OF EJS Templates
scm: subversion: use "shell_quote_command" method at adapter for JRuby + Windows command name (#8825)....
Toshi MARUYAMA -
r6154:ce1c6209caf1
parent child
Show More
@@ -32,7 +32,7 module Redmine
32 end
32 end
33
33
34 def sq_bin
34 def sq_bin
35 @@sq_bin ||= shell_quote(SVN_BIN)
35 @@sq_bin ||= shell_quote_command
36 end
36 end
37
37
38 def client_version
38 def client_version
General Comments 0
You need to be logged in to leave comments. Login now