aboutsummaryrefslogtreecommitdiff
path: root/pristine_setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pristine_setup.sh')
-rwxr-xr-xpristine_setup.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/pristine_setup.sh b/pristine_setup.sh
index e1598fd30..62f3f3075 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"