summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-07-15 16:29:12 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-07-15 16:29:12 +0000
commitce1c6209caf15860a5a3b217ea49e27f16bfe84d (patch)
treedae44e17d193cb0f58fc6728a23f04f01c8c39db /lib
parentecc042dce1c10e3496f50abe07923e6df3a1f799 (diff)
downloadredmine-ce1c6209caf15860a5a3b217ea49e27f16bfe84d.tar.gz
redmine-ce1c6209caf15860a5a3b217ea49e27f16bfe84d.zip
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
Diffstat (limited to 'lib')
-rw-r--r--lib/redmine/scm/adapters/subversion_adapter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/redmine/scm/adapters/subversion_adapter.rb b/lib/redmine/scm/adapters/subversion_adapter.rb
index aa2d37f84..a0a07f879 100644
--- a/lib/redmine/scm/adapters/subversion_adapter.rb
+++ b/lib/redmine/scm/adapters/subversion_adapter.rb
@@ -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