]> git.donarmstrong.com Git - lilypond.git/commitdiff
close output ports explicitly.
authorMatthias Kilian <kili@outback.escape.de>
Mon, 13 Nov 2006 23:46:09 +0000 (00:46 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 27 Nov 2006 15:33:49 +0000 (16:33 +0100)
(cherry picked from 839c2659eee1a4ad10d0b2c08f9bcf8914e03111 commit)

scm/framework-eps.scm

index ad5125d3dd549258a74abcc1df0b0af199ffd871..f7ee1054a96cc8834a819dd7ccc3393a1793695d 100644 (file)
@@ -97,6 +97,9 @@ stencil, so LaTeX includegraphics doesn't fuck up the alignment."
     (display "@c eof - 'eof' is a Makefile marker; do not remove. " texi-system-port)
     (display "% eof - 'eof' is Makefile marker; do not remove. " tex-system-port)
     
+    (close-output-port texi-system-port)
+    (close-output-port tex-system-port)
+    
     (dump-infinite-stack-EPS stencils)
     (postprocess-output book framework-eps-module
                        (format "~a.eps" basename) (ly:output-formats))))