use LANG set to C to prevent localized dates etc

This commit is contained in:
Daniel Stenberg 2003-01-22 09:46:33 +00:00
parent 6f6cffdc32
commit 5f1251586b
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@
version=1
fixed=0
LANG="C"
export LANG
die(){
echo "testcurl: ENDING HERE"
exit 1