##// END OF EJS Templates
Handle spaces in development scm stderr log file path....
Etienne Massip -
r8009:f385a3e3da51
parent child
Show More
@@ -220,7 +220,7 module Redmine
220 220 end
221 221 if Rails.env == 'development'
222 222 # Capture stderr when running in dev environment
223 cmd = "#{cmd} 2>>#{Rails.root}/log/scm.stderr.log"
223 cmd = "#{cmd} 2>>#{shell_quote(Rails.root.join('log/scm.stderr.log').to_s)}"
224 224 end
225 225 begin
226 226 if RUBY_VERSION < '1.9'
General Comments 0
You need to be logged in to leave comments. Login now