We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent9099d84 commit54d792fCopy full SHA for 54d792f
src/nls-global.mk
@@ -120,8 +120,8 @@ init-po: po/$(CATALOG_NAME).pot
120
# For performance reasons, only calculate these when the user actually
121
# requested update-po or a specific file.
122
ifneq (,$(filter update-po%.po.new,$(MAKECMDGOALS)))
123
-ALL_LANGUAGES :=$(shell find$(top_srcdir) -name '*.po' -print | sed 's,^.*/\([^/]*\).po$$,\1,' | sort -u)
124
-all_compendia :=$(shell find$(top_srcdir) -name '*.po' -print)
+ALL_LANGUAGES :=$(shell find$(top_srcdir) -name '*.po' -print | sed 's,^.*/\([^/]*\).po$$,\1,' |LC_ALL=Csort -u)
+all_compendia :=$(shell find$(top_srcdir) -name '*.po' -print | LC_ALL=C sort)
125
else
126
ALL_LANGUAGES =$(AVAIL_LANGUAGES)
127
all_compendia = FORCE