summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/place
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/place')
-rwxr-xr-xMaster/tlpkg/libexec/place5
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";
}