mirror of
https://github.com/curl/curl.git
synced 2026-07-26 13:27:16 +03:00
use LANG set to C to prevent localized dates etc
This commit is contained in:
parent
6f6cffdc32
commit
5f1251586b
1 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,10 @@
|
|||
version=1
|
||||
fixed=0
|
||||
|
||||
LANG="C"
|
||||
|
||||
export LANG
|
||||
|
||||
die(){
|
||||
echo "testcurl: ENDING HERE"
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue