Diff

Differences From Artifact [62817958fb]:

To Artifact [a736528644]:


1
2
3
4
5
#! /bin/bash

unset $(locale | cut -f 1 -d =)
LANG="UTF-8"
export LANG



|
|
1
2
3
4
5
#! /bin/bash

unset $(locale | cut -f 1 -d =)
LC_ALL="en_US.UTF-8"
export LC_ALL