; * admin/charsets/mapconv (LC_ALL): Fix typo.
This commit is contained in:
parent
0e0fd0c38f
commit
521386f920
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
## So that eg [A-F] as used by KANJI-DATABASE branch below works as expected.
|
||||
## Otherwise with LANG=en_US.utf8, CNS-6.map was generated with a
|
||||
## bogus entry. By experiment, LC_COLLATE=C was not enough.
|
||||
LC_ALL=c
|
||||
LC_ALL=C
|
||||
export LC_ALL
|
||||
|
||||
BASE=`expr "$1" : '.*/\(.*\)' '|' "$1"` # basename
|
||||
|
|
Loading…
Add table
Reference in a new issue