mkosi: set locale to be en_US.UTF-8 (#7244)
authorJohn Lin <johnlinp@gmail.com>
Tue, 7 Nov 2017 16:17:40 +0000 (00:17 +0800)
committerLennart Poettering <lennart@poettering.net>
Tue, 7 Nov 2017 16:17:40 +0000 (19:17 +0300)
Fixes: #7238

mkosi.build

index 92eb55b..456217f 100755 (executable)
@@ -24,7 +24,7 @@
 # as out-of-tree build dir. Otherwise, let's make up our own builddir.
 [ -z "$BUILDDIR" ] && BUILDDIR=build
 
-export LC_CTYPE=C.UTF-8
+export LC_CTYPE=en_US.UTF-8
 
 [ -f "$BUILDDIR"/build.ninja ] || meson "$BUILDDIR"
 ninja -C "$BUILDDIR" all