[fractal/fractal-next] checks: Set locale to C



commit 26d325a31856ff98780d77c42d74cbd1a08de9c9
Author: Julian Sparber <julian sparber net>
Date:   Tue Feb 1 14:19:38 2022 +0100

    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 c620445d4..1936ba503 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]