From 0f8751497ed0af74e76864ada9fbf66fca6ed060 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 3 Mar 2020 14:21:43 +0100 Subject: [PATCH] CI: give tooling a standard LANG environment --- ci/calamaresstyle | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ci/calamaresstyle b/ci/calamaresstyle index 65dc83de7..ecbd798c5 100755 --- a/ci/calamaresstyle +++ b/ci/calamaresstyle @@ -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