diff options
author | Karl Berry <karl@freefriends.org> | 2011-08-12 15:38:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-08-12 15:38:41 +0000 |
commit | 833afaf242cf7d87069d192c9859848a7a16620d (patch) | |
tree | 6ebe270a1066e42cde34681a2a53d09bea6c79e2 /Master/tlpkg/libexec | |
parent | 2cea258fda0365adce50be5a29fcd9d87fb6868f (diff) |
missed pagecolor commit
git-svn-id: svn://tug.org/texlive/trunk@23513 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/place | 5 |
1 files changed, 3 insertions, 2 deletions
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"; } |