Per Vladimir's suggestion, force the locale to POSIX for all

the scripts so busybox will install properly.
This commit is contained in:
Eric Andersen
2001-03-08 21:42:11 +00:00
parent 7e5291f111
commit 39eea898c4
7 changed files with 21 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
#!/bin/sh
export LC_ALL=POSIX
export LC_CTYPE=POSIX
RAW=` \
gcc -E -dM ${1:-Config.h} | \
sed -n -e '/^.*BB_FEATURE.*$/d;s/^#define.*\<BB_\(.*\)\>/\1.c/gp;' \