@@ -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} |
|
|
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