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/install.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'applets/install.sh') diff --git a/applets/install.sh b/applets/install.sh index 8cfae3740..d163a2ef8 100755 --- a/applets/install.sh +++ b/applets/install.sh @@ -1,5 +1,8 @@ #!/bin/sh +export LC_ALL=POSIX +export LC_CTYPE=POSIX + prefix=$1 if [ "$prefix" = "" ]; then echo "No installation directory, aborting." -- cgit v1.2.3