diff options
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ #!/bin/sh +export LC_ALL=POSIX +export LC_CTYPE=POSIX + prefix=$1 if [ "$prefix" = "" ]; then echo "No installation directory, aborting." |