aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nls-global.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nls-global.mk b/src/nls-global.mk
index ba4f5698038..f21bd5ed555 100644
--- a/src/nls-global.mk
+++ b/src/nls-global.mk
@@ -29,7 +29,7 @@
# existence checked by Makefile.global; otherwise we won't get here
include $(srcdir)/nls.mk
-AVAIL_LANGUAGES := $(shell sed -e "/^#/d" -e "s/#.*//" po/LINGUAS)
+AVAIL_LANGUAGES := $(shell cat $(srcdir)/po/LINGUAS)
# If user specified the languages he wants in --enable-nls=LANGUAGES,
# filter out the rest. Else use all available ones.