CI: give tooling a standard LANG environment

This commit is contained in:
Adriaan de Groot 2020-03-03 14:21:43 +01:00
parent 0d91220ab7
commit 0f8751497e

View File

@ -6,6 +6,11 @@
# You can pass in directory names, in which case the files
# in that directory (NOT below it) are processed.
#
LANG=C
LC_ALL=C
LC_NUMERIC=C
export LANG LC_ALL LC_NUMERIC
AS=$( which astyle )
for _cf in clang-format-7 clang-format-8 clang-format70 clang-format80 clang-format