diff options
Diffstat (limited to 'applets/install.sh')
-rwxr-xr-x | applets/install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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." |