[subversion-commit] SVN tex-common commit + diffs: r1266 - tex-common/trunk/scripts

Frank Küster frank at costa.debian.org
Tue May 2 13:08:34 UTC 2006


Author: frank
Date: 2006-05-02 13:08:33 +0000 (Tue, 02 May 2006)
New Revision: 1266

Modified:
   tex-common/trunk/scripts/tpm2licenses
Log:
add a sort to get nice alphabetical output

Modified: tex-common/trunk/scripts/tpm2licenses
===================================================================
--- tex-common/trunk/scripts/tpm2licenses	2006-05-02 05:54:27 UTC (rev 1265)
+++ tex-common/trunk/scripts/tpm2licenses	2006-05-02 13:08:33 UTC (rev 1266)
@@ -431,7 +431,7 @@
 
   # now the complete directories occur multiple times, remove duplicates again
   %UniqueHash = map { ("$_\n" , 1) } @{$filelist} ;
-  @{$filelist} = keys %UniqueHash;
+  @{$filelist} = sort keys %UniqueHash;
 }
 
 




More information about the Pkg-tetex-commits mailing list