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:
parent
664eaaebc6
commit
30d5db1a8d
@ -1,4 +1,5 @@
|
||||
|
||||
set env(LC_ALL) "C"
|
||||
regexp "(.*\/)testsuite" $objdir objdir topdir
|
||||
|
||||
# These are the same as include/c.h
|
||||
|
Loading…
Reference in New Issue
Block a user