scm: git: use "shell_quote_command" method at adapter for JRuby + Windows command name (#8825).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6280 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
eacffe0361
commit
b8f96f6134
|
@ -31,7 +31,7 @@ module Redmine
|
|||
end
|
||||
|
||||
def sq_bin
|
||||
@@sq_bin ||= shell_quote(GIT_BIN)
|
||||
@@sq_bin ||= shell_quote_command
|
||||
end
|
||||
|
||||
def client_version
|
||||
|
|
Loading…
Reference in New Issue