aboutsummaryrefslogtreecommitdiff
path: root/busybox.sh
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-08 21:42:11 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-08 21:42:11 +0000
commitdb5478e664ad21e08b07be471b4d89137a21c53a (patch)
treee0264ff6e461a171d25d2b66ac1867b5823ce1e0 /busybox.sh
parent0c2998d63962b6a9165f80ddfc6d77aabb95c328 (diff)
downloadbusybox-w32-db5478e664ad21e08b07be471b4d89137a21c53a.tar.gz
busybox-w32-db5478e664ad21e08b07be471b4d89137a21c53a.tar.bz2
busybox-w32-db5478e664ad21e08b07be471b4d89137a21c53a.zip
Per Vladimir's suggestion, force the locale to POSIX for all
the scripts so busybox will install properly. git-svn-id: svn://busybox.net/trunk/busybox@2013 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'busybox.sh')
-rwxr-xr-xbusybox.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/busybox.sh b/busybox.sh
index 338298086..2f9a905f5 100755
--- a/busybox.sh
+++ b/busybox.sh
@@ -1,5 +1,8 @@
1#!/bin/sh 1#!/bin/sh
2 2
3export LC_ALL=POSIX
4export LC_CTYPE=POSIX
5
3RAW=` \ 6RAW=` \
4 gcc -E -dM ${1:-Config.h} | \ 7 gcc -E -dM ${1:-Config.h} | \
5 sed -n -e '/^.*BB_FEATURE.*$/d;s/^#define.*\<BB_\(.*\)\>/\1.c/gp;' \ 8 sed -n -e '/^.*BB_FEATURE.*$/d;s/^#define.*\<BB_\(.*\)\>/\1.c/gp;' \