From 39eea898c4ffcbbaa13b542a12692ff52f2dd7d6 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 8 Mar 2001 21:42:11 +0000 Subject: Per Vladimir's suggestion, force the locale to POSIX for all the scripts so busybox will install properly. --- applets/busybox.mkll | 3 +++ 1 file changed, 3 insertions(+) (limited to 'applets/busybox.mkll') 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 +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 | -- cgit v1.2.3