Merged r6275 from trunk.
scm: darcs: use "shell_quote_command" method at adapter for JRuby + Windows command name. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.2-stable@6287 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
1d79bbce44
commit
64a68b86c6
|
@ -31,7 +31,7 @@ module Redmine
|
|||
end
|
||||
|
||||
def sq_bin
|
||||
@@sq_bin ||= shell_quote(DARCS_BIN)
|
||||
@@sq_bin ||= shell_quote_command
|
||||
end
|
||||
|
||||
def client_version
|
||||
|
|
Loading…
Reference in New Issue