diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-02-03 15:02:33 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-02-03 15:02:33 +0000 |
commit | ef93bf3f103c0ecddf0eb912d4d4f2159a7867b3 (patch) | |
tree | 9522a5c46f0ff4b3f78ed1bb65a7350381cc1fa8 /bin/gettext-nget-patch | |
parent | 8eb377e1fc9153f4ec05c37988502f764e1784fd (diff) | |
parent | afb90c54e9bfbabf9adc5fe0c66db38b0f406781 (diff) |
Merge branch 'version-2.0.2'v2.0.2
Diffstat (limited to 'bin/gettext-nget-patch')
-rwxr-xr-x | bin/gettext-nget-patch | 2 |
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} |