mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-27 19:07:23 +08:00
fate: set LC_ALL=C to avoid locale interference
Originally committed as revision 24889 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
|
export LC_ALL=C
|
||||||
|
|
||||||
base=$(dirname $0)
|
base=$(dirname $0)
|
||||||
. "${base}/md5.sh"
|
. "${base}/md5.sh"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user