diff options
author | Karl Berry <karl@freefriends.org> | 2012-12-18 23:36:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-12-18 23:36:49 +0000 |
commit | 1974a31de2947366db7142039a5b8dac8e909ed0 (patch) | |
tree | 7f556b23dab9277a632d31decd69480c2c1d33a9 /Master/tlpkg/libexec/place | |
parent | 2dcf4d3acd844f938fa3792188a5dd7a30009fff (diff) |
sync
git-svn-id: svn://tug.org/texlive/trunk@28576 c570f23f-e606-0410-a88d-b1316a301751
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; } |