mirror of
https://github.com/redmine/redmine.git
synced 2025-11-02 11:25:55 +01:00
scm: mercurial: use "shell_quote_command" method at adapter for JRuby + Windows command name (#8825).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6278 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -39,7 +39,7 @@ module Redmine
|
|||||||
end
|
end
|
||||||
|
|
||||||
def sq_bin
|
def sq_bin
|
||||||
@@sq_bin ||= shell_quote(HG_BIN)
|
@@sq_bin ||= shell_quote_command
|
||||||
end
|
end
|
||||||
|
|
||||||
def client_version
|
def client_version
|
||||||
|
|||||||
Reference in New Issue
Block a user