From 26d325a31856ff98780d77c42d74cbd1a08de9c9 Mon Sep 17 00:00:00 2001 From: Julian Sparber Date: Tue, 1 Feb 2022 14:19:38 +0100 Subject: [PATCH] checks: Set locale to C --- scripts/checks.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/checks.sh b/scripts/checks.sh index c620445d..1936ba50 100755 --- a/scripts/checks.sh +++ b/scripts/checks.sh @@ -1,6 +1,8 @@ #!/bin/bash # Source: https://gitlab.gnome.org/GNOME/fractal/blob/master/hooks/pre-commit.hook +export LC_ALL=C + # Usage info show_help() { cat << EOF