On 08/10/2013 08:47 AM, gregor herrmann wrote:
On Fri, 09 Aug 2013 19:17:04 +0000, Oleg Gashev wrote:

Reproduced:

Cool!

Since you are the first one to be able to reproduce it, I hope you
get a chance to investigate the problem :)


Cheers,
gregor


% git diff
diff --git a/lib/Debian/LicenseReconcile/Utils.pm b/lib/Debian/LicenseReconcile/Utils.pm
index f0b4eda..f2343dc 100644
--- a/lib/Debian/LicenseReconcile/Utils.pm
+++ b/lib/Debian/LicenseReconcile/Utils.pm
@@ -16,7 +16,7 @@ sub get_files {
         return if $File::Find::name =~ m{\A\.pc};
push @files, substr($File::Find::name,length($directory)+1) if ! -d $_;
     }, $directory);
-    return @files;
+    return sort @files;
 }

 =head1 NAME

--
Best regards, Oleg Gashev.


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to