checks: Set locale to C

This commit is contained in:
Julian Sparber 2022-02-01 14:19:38 +01:00
parent f4611d73bb
commit 26d325a318

View file

@ -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