Skip to content

Commit

Permalink
scm: darcs: use "shell_quote_command" method at adapter for JRuby + W…
Browse files Browse the repository at this point in the history
…indows command name (#8825).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6275 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
marutosi committed Jul 15, 2011
1 parent ce1c620 commit 6cad86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/redmine/scm/adapters/darcs_adapter.rb
Expand Up @@ -31,7 +31,7 @@ def client_command
end

def sq_bin
@@sq_bin ||= shell_quote(DARCS_BIN)
@@sq_bin ||= shell_quote_command
end

def client_version
Expand Down

0 comments on commit 6cad86d

Please sign in to comment.