Set the locale to C.

Some checks will fail due to different locales. For example 1.2 will
become 1,2 so the match fails.  Problem reported by Alfredo Esteban
with fix suggested by Mike Frysinger
This commit is contained in:
Craig Small 2012-06-30 16:43:17 +10:00
parent 664eaaebc6
commit 30d5db1a8d

View File

@ -1,4 +1,5 @@
set env(LC_ALL) "C"
regexp "(.*\/)testsuite" $objdir objdir topdir
# These are the same as include/c.h