diff options
-rw-r--r-- | po-docs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po-docs/Makefile.am b/po-docs/Makefile.am index 1454636f..22b6635e 100644 --- a/po-docs/Makefile.am +++ b/po-docs/Makefile.am @@ -75,5 +75,5 @@ podfiles: Makefile grep -v /stamp- \ > $@-t find $(top_srcdir)/tools -name 'virt-*.pl' >> $@-t - sort -o $@-t $@-t + LC_ALL=C sort -o $@-t $@-t mv $@-t $@ |