texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[6001] Sort hash keys to always obtain the same output file.


From: Patrice Dumas
Subject: [6001] Sort hash keys to always obtain the same output file.
Date: Mon, 29 Dec 2014 17:37:23 +0000

Revision: 6001
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6001
Author:   pertusus
Date:     2014-12-29 17:37:22 +0000 (Mon, 29 Dec 2014)
Log Message:
-----------
Sort hash keys to always obtain the same output file.

Modified Paths:
--------------
    trunk/tp/maintain/regenerate_file_lists.pl

Modified: trunk/tp/maintain/regenerate_file_lists.pl
===================================================================
--- trunk/tp/maintain/regenerate_file_lists.pl  2014-12-29 17:32:12 UTC (rev 
6000)
+++ trunk/tp/maintain/regenerate_file_lists.pl  2014-12-29 17:37:22 UTC (rev 
6001)
@@ -89,7 +89,7 @@
 print INCLUDE "t/include_dir:\n".
    "\t".'$(MKDIR_P) $@'."\n\n";
 my $test_copied_include_files = 'test_copied_include_files =';
-foreach my $include_file (keys(%include_files)) {
+foreach my $include_file (sort(keys(%include_files))) {
   my $bfile = basename($include_file);
   $test_copied_include_files .= " t/include_dir/$bfile";
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]