aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmake-dist6
1 files changed, 6 insertions, 0 deletions
diff --git a/make-dist b/make-dist
index f374dc3c5f5..e6ec3fcb373 100755
--- a/make-dist
+++ b/make-dist
@@ -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
36LANGUAGE=C
37LC_ALL=C
38LC_MESSAGES=
39LANG=
40export LANGUAGE LC_ALL LC_MESSAGES LANG
41
36## Don't restrict access to any files. 42## Don't restrict access to any files.
37umask 0 43umask 0
38 44