From 71047198efff714b75802ae1199cab1841bb629c Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 25 Jun 2019 10:36:09 +1000 Subject: [PATCH] release.sh: always set UTF8 to satisfy meson meson (well, python, I think) isn't happy without UTF8 Signed-off-by: Peter Hutterer --- release.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 124caae..9bd5dd0 100755 --- a/release.sh +++ b/release.sh @@ -8,7 +8,8 @@ # # -export LC_ALL=C +export LC_ALL=en_US.UTF-8 + #------------------------------------------------------------------------------ # Function: check_local_changes -- 2.11.4.GIT