From f543bacf4791b9beb5b7d5e62d8a56115a0151ba Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 16 Jul 2007 16:12:06 +0000 Subject: always need form feed. git-svn-id: svn://tug.org/texlive/trunk@4609 c570f23f-e606-0410-a88d-b1316a301751 --- Build/cdbuild/place | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Build/cdbuild/place') diff --git a/Build/cdbuild/place b/Build/cdbuild/place index 0b24928114d..a93784f0548 100755 --- a/Build/cdbuild/place +++ b/Build/cdbuild/place @@ -92,10 +92,11 @@ my $tlpnew = $tlpsrc->make_tlpobj($tltree); # we took over the comparison of files from the ctan2tl script since # we are here in perl world, which makes it easier ... +print "\n\f "; if (!defined($tlpold)) { print "place: $package not present in $M/texlive.tlpdb\n\n"; } else { - print "\n\f new vs. present $package\n"; + print "new vs. present $package\n"; my @oldfiles; push @oldfiles, $tlpold->srcfiles; push @oldfiles, $tlpold->runfiles; -- cgit v1.2.3