Defect #6090 ยป cvs-cat-bin.diff
| lib/redmine/scm/adapters/cvs_adapter.rb | ||
|---|---|---|
| 249 | 249 |
cmd << " -p #{shell_quote path_with_project}"
|
| 250 | 250 |
cat = nil |
| 251 | 251 |
shellout(cmd) do |io| |
| 252 |
io.binmode |
|
| 252 | 253 |
cat = io.read |
| 253 | 254 |
end |
| 254 | 255 |
return nil if $? && $?.exitstatus != 0 |