summaryrefslogtreecommitdiff
path: root/Build/cdbuild/place
diff options
context:
space:
mode:
Diffstat (limited to 'Build/cdbuild/place')
-rwxr-xr-xBuild/cdbuild/place3
1 files changed, 2 insertions, 1 deletions
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;