aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}