comparison make-dist @ 37925:b3268dbead96

(LANG): Set LC_ALL and LANGUAGE to C, unset LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 28 May 2001 14:59:31 +0000
parents b6c4604a4e90
children c1607757c868
comparison
equal deleted inserted replaced
37924:24103cc6e9c4 37925:b3268dbead96
30 ### Exit if a command fails. 30 ### Exit if a command fails.
31 #set -e 31 #set -e
32 32
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
36 LANGUAGE=C
37 LC_ALL=C
38 LC_MESSAGES=
39 LANG=
40 export LANGUAGE LC_ALL LC_MESSAGES LANG
35 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
39 update=yes 45 update=yes