aboutsummaryrefslogtreecommitdiff
path: root/applets/busybox.sh
diff options
context:
space:
mode:
Diffstat (limited to 'applets/busybox.sh')
-rwxr-xr-xapplets/busybox.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/busybox.sh b/applets/busybox.sh
index 338298086..2f9a905f5 100755
--- a/applets/busybox.sh
+++ b/applets/busybox.sh
@@ -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;' \