From 833afaf242cf7d87069d192c9859848a7a16620d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 12 Aug 2011 15:38:41 +0000 Subject: missed pagecolor commit git-svn-id: svn://tug.org/texlive/trunk@23513 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/libexec/place | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Master/tlpkg/libexec/place') diff --git a/Master/tlpkg/libexec/place b/Master/tlpkg/libexec/place index 464b0b93a0f..ae88853fee9 100755 --- a/Master/tlpkg/libexec/place +++ b/Master/tlpkg/libexec/place @@ -301,7 +301,7 @@ sub compare_disk_vs_tlpobj { sub show_tlp_diffs { my ($tlpnew, %Old) = @_; if (keys %Old == 0) { - print "place: $package not present in $M/$InfraLocation/$DatabaseName\n\n"; + print "place: $package not present in $M/$InfraLocation/$DatabaseName"; } else { print "new vs. present $package (present is indented)\n"; my @oldfiles = keys %Old; @@ -351,8 +351,9 @@ sub show_tlp_diffs { # my $changed = $nrcommfiles - $identical; print "$nrcommfiles common files, $changed changed, ~$sum lines different" - . " ($diff_file)\n\n\f\n"; + . " ($diff_file)"; } + print "\n\n\f\n"; } -- cgit v1.2.3