fix --xref-out flag
svn: r15437
This commit is contained in:
parent
32e1a2f7bf
commit
48226b88be
|
@ -125,7 +125,7 @@
|
|||
(when (current-info-output-file)
|
||||
(let ([s (send renderer serialize-info r-info)])
|
||||
(with-output-to-file (current-info-output-file)
|
||||
(lambda () (write s))
|
||||
'truncate/replace)))))))
|
||||
#:exists 'truncate/replace
|
||||
(lambda () (write s)))))))))
|
||||
|
||||
(run)
|
||||
|
|
Loading…
Reference in New Issue
Block a user