Show More
@@ -2,6 +2,21 b'' | |||
|
2 | 2 | |
|
3 | 3 | set -e |
|
4 | 4 | |
|
5 | export LANG=C | |
|
6 | export LC_CTYPE="C" | |
|
7 | export LC_NUMERIC="C" | |
|
8 | export LC_TIME="C" | |
|
9 | export LC_COLLATE="C" | |
|
10 | export LC_MONETARY="C" | |
|
11 | export LC_MESSAGES="C" | |
|
12 | export LC_PAPER="C" | |
|
13 | export LC_NAME="C" | |
|
14 | export LC_ADDRESS="C" | |
|
15 | export LC_TELEPHONE="C" | |
|
16 | export LC_MEASUREMENT="C" | |
|
17 | export LC_IDENTIFICATION="C" | |
|
18 | export LC_ALL="" | |
|
19 | ||
|
5 | 20 | tests=0 |
|
6 | 21 | failed=0 |
|
7 | 22 | H=$PWD |
General Comments 0
You need to be logged in to leave comments.
Login now