diff options
| -rwxr-xr-x | make-dist | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -33,6 +33,12 @@ progname="$0" | |||
| 33 | ### Print out each line we read, for debugging's sake. | 33 | ### Print out each line we read, for debugging's sake. |
| 34 | #set -v | 34 | #set -v |
| 35 | 35 | ||
| 36 | LANGUAGE=C | ||
| 37 | LC_ALL=C | ||
| 38 | LC_MESSAGES= | ||
| 39 | LANG= | ||
| 40 | export LANGUAGE LC_ALL LC_MESSAGES LANG | ||
| 41 | |||
| 36 | ## Don't restrict access to any files. | 42 | ## Don't restrict access to any files. |
| 37 | umask 0 | 43 | umask 0 |
| 38 | 44 | ||