summaryrefslogtreecommitdiff
path: root/Build/cdbuild/place
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-07-16 16:12:06 +0000
committerKarl Berry <karl@freefriends.org>2007-07-16 16:12:06 +0000
commitf543bacf4791b9beb5b7d5e62d8a56115a0151ba (patch)
treebe34a6fe56ef9945a674a1d2874d51fe565d7a42 /Build/cdbuild/place
parent4224749fd1ad4fbd247768561c4a394422870b56 (diff)
always need form feed.
git-svn-id: svn://tug.org/texlive/trunk@4609 c570f23f-e606-0410-a88d-b1316a301751
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;