Skip to content
Snippets Groups Projects
Commit 304c83c2 authored by Per Hedbor's avatar Per Hedbor
Browse files

Also export LC_ALL to avoid problems from the 8-bit characters.

parent ba593c26
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,9 @@ ...@@ -3,8 +3,9 @@
# Avoid clever UTF-8 assumptions. # Avoid clever UTF-8 assumptions.
LANG=C LANG=C
LC_CTYPE=C LC_CTYPE=C
LC_ALL=C
export LANG LC_CTYPE export LANG LC_CTYPE LC_ALL
# Notes about limitations in SysV sed: # Notes about limitations in SysV sed:
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment