diff options
Diffstat (limited to 'pristine_setup.sh')
-rwxr-xr-x | pristine_setup.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pristine_setup.sh b/pristine_setup.sh index e1598fd..62f3f30 100755 --- a/pristine_setup.sh +++ b/pristine_setup.sh @@ -10,6 +10,9 @@ # # If you use a ? in your path name, you lose, see sed command below. +export LC_ALL=POSIX +export LC_CTYPE=POSIX + DIR=${0%%/pristine_setup.sh} if [ ! -d $DIR ]; then echo "unexpected problem: $DIR is not a directory. Aborting pristine setup" |