Globally set LC_ALL=C to prevent locale issues from breaking tests.
Originally committed as revision 15511 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2c4b482931
commit
31e647f8a2
4
configure
vendored
4
configure
vendored
@ -7,6 +7,10 @@
|
|||||||
# Copyright (c) 2005-2006 Mans Rullgard
|
# Copyright (c) 2005-2006 Mans Rullgard
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# Prevent locale nonsense from breaking basic text processing.
|
||||||
|
LC_ALL=C
|
||||||
|
export LC_ALL
|
||||||
|
|
||||||
# make sure we are running under a compatible shell
|
# make sure we are running under a compatible shell
|
||||||
# try to make this part work with most shells
|
# try to make this part work with most shells
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user