Browse Source

checks: Set locale to C

merge-requests/1327/merge
Julian Sparber 4 years ago
parent
commit
26d325a318
  1. 2
      scripts/checks.sh

2
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

Loading…
Cancel
Save