make/RunTestsPrebuiltSpec.gmk
changeset 58549 9d9317fad3fe
parent 52393 ff10f8f3a583
child 58908 73bb9c4002cc
--- a/make/RunTestsPrebuiltSpec.gmk	Wed Oct 09 14:07:44 2019 +0200
+++ b/make/RunTestsPrebuiltSpec.gmk	Fri Oct 11 09:43:18 2019 +0200
@@ -27,6 +27,9 @@
 # Fake minimalistic spec file for RunTestsPrebuilt.gmk.
 ################################################################################
 
+# Make sure all shell commands are executed with the C locale
+export LC_ALL := C
+
 define VerifyVariable
   ifeq ($$($1), )
     $$(info Error: Variable $1 is missing, needed by RunTestPrebuiltSpec.gmk)