]> source.dussan.org Git - redmine.git/commitdiff
scm: subversion: use "shell_quote_command" method at adapter for JRuby + Windows...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 15 Jul 2011 16:29:12 +0000 (16:29 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 15 Jul 2011 16:29:12 +0000 (16:29 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6274 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/scm/adapters/subversion_adapter.rb

index aa2d37f849f6f8d89d9a2e96448813a2d9f3db4a..a0a07f879ca248c65490144e627544329b1f1de8 100644 (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