Update the lash shell (hopefully the last time...) so things like
[oweals/busybox.git] / busybox.sh
index 33829808625de7912a6f1c95318e3865b32d49cf..2f9a905f53997f04fa3bedbf3500a727ad4028ec 100755 (executable)
@@ -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;' \