aboutsummaryrefslogtreecommitdiffstats
path: root/bin/gettext-nget-patch
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-02-03 15:02:33 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-02-03 15:02:33 +0000
commitef93bf3f103c0ecddf0eb912d4d4f2159a7867b3 (patch)
tree9522a5c46f0ff4b3f78ed1bb65a7350381cc1fa8 /bin/gettext-nget-patch
parent8eb377e1fc9153f4ec05c37988502f764e1784fd (diff)
parentafb90c54e9bfbabf9adc5fe0c66db38b0f406781 (diff)
Merge branch 'version-2.0.2'v2.0.2
Diffstat (limited to 'bin/gettext-nget-patch')
-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}