From ab5833eb20d620393a262d3ad5d72d1f8469fc1c Mon Sep 17 00:00:00 2001 From: Matthias Kilian Date: Tue, 14 Nov 2006 00:46:09 +0100 Subject: [PATCH] close output ports explicitly. --- scm/framework-eps.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scm/framework-eps.scm b/scm/framework-eps.scm index 6bbb81b515..e2215ede41 100644 --- a/scm/framework-eps.scm +++ b/scm/framework-eps.scm @@ -116,6 +116,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)))) -- 2.39.2