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