aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-02-02 08:46:32 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-02-02 16:32:40 +0000
commit39bdb7dbd10683538d6eea9e43d286ac288148b2 (patch)
treebcbfbfa7245dd982e06e1b16eb39bd72cbbf464a
parent40076e8ea07de1d68dbfa1b33b48500a3c031634 (diff)
Make gettext-nget-patch be consistent in output.
-rwxr-xr-xbin/gettext-nget-patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gettext-nget-patch b/bin/gettext-nget-patch
index 92b687552..d058bc784 100755
--- a/bin/gettext-nget-patch
+++ b/bin/gettext-nget-patch
@@ -30,7 +30,7 @@ find( sub {
close FP;
}, 'templates', 'perllib');
-foreach (values %out) {
+foreach (sort { $a->{s} cmp $b->{s} } values %out) {
print <<EOF;
#: $_->{file}:$_->{line}