From: Po Lu Date: Thu, 27 Apr 2023 10:51:40 +0000 (+0800) Subject: ; * admin/charsets/mapconv (LC_ALL): Fix typo. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=521386f9201d0cacfcc857f7ef7cc1e5e586705a;p=emacs.git ; * admin/charsets/mapconv (LC_ALL): Fix typo. --- diff --git a/admin/charsets/mapconv b/admin/charsets/mapconv index f44d72d3850..19e2ff8d8f7 100755 --- a/admin/charsets/mapconv +++ b/admin/charsets/mapconv @@ -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