diff options
| author | Po Lu | 2023-04-27 18:51:40 +0800 |
|---|---|---|
| committer | Po Lu | 2023-04-27 18:51:40 +0800 |
| commit | 521386f9201d0cacfcc857f7ef7cc1e5e586705a (patch) | |
| tree | 7cb7678cef413a33165a6ebb531d886c10bd3118 /admin | |
| parent | 0e0fd0c38fd57ee206a681d96775f0014357eb71 (diff) | |
| download | emacs-521386f9201d0cacfcc857f7ef7cc1e5e586705a.tar.gz emacs-521386f9201d0cacfcc857f7ef7cc1e5e586705a.zip | |
; * admin/charsets/mapconv (LC_ALL): Fix typo.
Diffstat (limited to 'admin')
| -rwxr-xr-x | admin/charsets/mapconv | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 38 | ## So that eg [A-F] as used by KANJI-DATABASE branch below works as expected. | 38 | ## So that eg [A-F] as used by KANJI-DATABASE branch below works as expected. |
| 39 | ## Otherwise with LANG=en_US.utf8, CNS-6.map was generated with a | 39 | ## Otherwise with LANG=en_US.utf8, CNS-6.map was generated with a |
| 40 | ## bogus entry. By experiment, LC_COLLATE=C was not enough. | 40 | ## bogus entry. By experiment, LC_COLLATE=C was not enough. |
| 41 | LC_ALL=c | 41 | LC_ALL=C |
| 42 | export LC_ALL | 42 | export LC_ALL |
| 43 | 43 | ||
| 44 | BASE=`expr "$1" : '.*/\(.*\)' '|' "$1"` # basename | 44 | BASE=`expr "$1" : '.*/\(.*\)' '|' "$1"` # basename |