From 4852b38efc5e7ad2968b89f3b7149868beae53e3 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Fri, 15 Jul 2011 23:47:34 +0000 Subject: [PATCH] Merged r6280 from trunk. scm: git: 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@6292 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- lib/redmine/scm/adapters/git_adapter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/redmine/scm/adapters/git_adapter.rb b/lib/redmine/scm/adapters/git_adapter.rb index ad04b62cb..55cc6a2ec 100644 --- a/lib/redmine/scm/adapters/git_adapter.rb +++ b/lib/redmine/scm/adapters/git_adapter.rb @@ -34,7 +34,7 @@ module Redmine end def sq_bin - @@sq_bin ||= shell_quote(GIT_BIN) + @@sq_bin ||= shell_quote_command end def client_version