Browse code

fate: set LC_ALL=C to avoid locale interference

Originally committed as revision 24889 to svn://svn.ffmpeg.org/ffmpeg/trunk

Måns Rullgård authored on 2010/08/24 02:34:08
Showing 1 changed files
... ...
@@ -1,5 +1,7 @@
1 1
 #! /bin/sh
2 2
 
3
+export LC_ALL=C
4
+
3 5
 base=$(dirname $0)
4 6
 . "${base}/md5.sh"
5 7