diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2003-01-22 09:46:33 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2003-01-22 09:46:33 +0000 |
| commit | 5f1251586b7b0d9b01d7d06ae20e4c34f0c23b5e (patch) | |
| tree | 6cfdc239d7f10b9f339c411f7b8c8f8e88fae07b | |
| parent | 6f6cffdc325bfea46a809d8936a172967df8b1ea (diff) | |
use LANG set to C to prevent localized dates etc
| -rwxr-xr-x | testcurl.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testcurl.sh b/testcurl.sh index ee532d4ab..79d2028f3 100755 --- a/testcurl.sh +++ b/testcurl.sh @@ -17,6 +17,10 @@ version=1 fixed=0 +LANG="C" + +export LANG + die(){ echo "testcurl: ENDING HERE" exit 1 |
