Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-03-09 00:42:11 +0300
committerEric Andersen <andersen@codepoet.org>2001-03-09 00:42:11 +0300
commit39eea898c4ffcbbaa13b542a12692ff52f2dd7d6 (patch)
treee0264ff6e461a171d25d2b66ac1867b5823ce1e0 /applets/busybox.mkll
parent7e5291f111733edce3f9cb475af7938c8657f30d (diff)
Per Vladimir's suggestion, force the locale to POSIX for all
the scripts so busybox will install properly.
Diffstat (limited to 'applets/busybox.mkll')
-rwxr-xr-xapplets/busybox.mkll3
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/busybox.mkll b/applets/busybox.mkll
index 81b329ad8..4e15e1611 100755
--- a/applets/busybox.mkll
+++ b/applets/busybox.mkll
@@ -7,6 +7,9 @@
# Maintainer: Larry Doolittle <ldoolitt@recycle.lbl.gov>
+export LC_ALL=POSIX
+export LC_CTYPE=POSIX
+
CONFIG_H=${1:-Config.h}
APPLETS_H=${2:-applets.h}
gcc -E -DMAKE_LINKS -include $CONFIG_H $APPLETS_H |