diff options
author | Karl Berry <karl@freefriends.org> | 2012-11-28 00:17:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-11-28 00:17:12 +0000 |
commit | 1ef5ffd1489b60f8d1d6521ba89d3c48bb9cd851 (patch) | |
tree | c0e4bc373b2f0d58f68bf74e70348960556da347 /Master/tlpkg/libexec | |
parent | efefb31611d0a1af74dadb319166392160f1cb26 (diff) |
cabine (27nov12)
git-svn-id: svn://tug.org/texlive/trunk@28377 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/place | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/place b/Master/tlpkg/libexec/place index ea0dd1b807e..be361165abf 100755 --- a/Master/tlpkg/libexec/place +++ b/Master/tlpkg/libexec/place @@ -304,7 +304,7 @@ sub compare_disk_vs_tlpobj { } print "\n*** not matched in new tlp: ", - join ("\n ", keys %files_on_disk), + join ("\n ", sort keys %files_on_disk), "\n" if keys %files_on_disk; } |