##// END OF EJS Templates
scm: bazaar: use "shell_quote_command" method at adapter for JRuby + Windows command name (#8825)....
Toshi MARUYAMA -
r6162:9b66e09e7f31
parent child
Show More
@@ -31,7 +31,7 module Redmine
31 31 end
32 32
33 33 def sq_bin
34 @@sq_bin ||= shell_quote(BZR_BIN)
34 @@sq_bin ||= shell_quote_command
35 35 end
36 36
37 37 def client_version
General Comments 0
You need to be logged in to leave comments. Login now