aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 8cfae3740..d163a2ef8 100755
--- a/install.sh
+++ b/install.sh
@@ -1,5 +1,8 @@
1#!/bin/sh 1#!/bin/sh
2 2
3export LC_ALL=POSIX
4export LC_CTYPE=POSIX
5
3prefix=$1 6prefix=$1
4if [ "$prefix" = "" ]; then 7if [ "$prefix" = "" ]; then
5 echo "No installation directory, aborting." 8 echo "No installation directory, aborting."