From f1ccb998949dbf54b23ad3242fbfc9ff80e3a898 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. (cherry picked from 839c2659eee1a4ad10d0b2c08f9bcf8914e03111 commit) --- scm/framework-eps.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scm/framework-eps.scm b/scm/framework-eps.scm index ad5125d3dd..f7ee1054a9 100644 --- a/scm/framework-eps.scm +++ b/scm/framework-eps.scm @@ -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)))) -- 2.39.5