Skip to content

Commit

Permalink
Merged r6275 from trunk.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
marutosi committed Jul 15, 2011
1 parent 1d79bbc commit 64a68b8
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 64a68b8

Please sign in to comment.