]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
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 92eb55b130c2c4b71c5bd18500469c2809ddae21..456217fa5db6c964a9e838469ef8f70ae41ab22a 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