diff options
Diffstat (limited to 'Master/tlpkg/libexec/place')
-rwxr-xr-x | Master/tlpkg/libexec/place | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/tlpkg/libexec/place b/Master/tlpkg/libexec/place index be361165abf..4cc5a0a1028 100755 --- a/Master/tlpkg/libexec/place +++ b/Master/tlpkg/libexec/place @@ -303,9 +303,8 @@ sub compare_disk_vs_tlpobj { } } - print "\n*** not matched in new tlp: ", - join ("\n ", sort keys %files_on_disk), - "\n" + print "\n*** not matched in new tlp:\n", + map (" $_\n", sort keys %files_on_disk) if keys %files_on_disk; } |