mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
use LANG set to C to prevent localized dates etc
This commit is contained in:
parent
6f6cffdc32
commit
5f1251586b
@ -17,6 +17,10 @@
|
||||
version=1
|
||||
fixed=0
|
||||
|
||||
LANG="C"
|
||||
|
||||
export LANG
|
||||
|
||||
die(){
|
||||
echo "testcurl: ENDING HERE"
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user