X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=applets%2Finstall.sh;h=d163a2ef84303034728339ebffa4e19cb68ab32e;hb=f51d2069ff3a38be49a86212e1d62f2fd89c5943;hp=8cfae3740cd9afc2dafc8517fe4e753d5f3824c7;hpb=259972e5657847313077dfd2ab8e84f065a82811;p=oweals%2Fbusybox.git 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."