diff options
author | ache <ache@FreeBSD.org> | 2003-08-04 21:31:53 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2003-08-04 21:31:53 +0000 |
commit | 26ffc627d866fa1c420017d80fb303184cc8f99e (patch) | |
tree | 9ec10501fc28fb7fb5d4adfbf9dd2c38cc13e87a /lib/libedit/makelist | |
parent | cb188056e62a5c06bc394877c8f8de9d7aaab12a (diff) | |
download | FreeBSD-src-26ffc627d866fa1c420017d80fb303184cc8f99e.zip FreeBSD-src-26ffc627d866fa1c420017d80fb303184cc8f99e.tar.gz |
LANG->LC_ALL
Pointed by: ru
Diffstat (limited to 'lib/libedit/makelist')
-rw-r--r-- | lib/libedit/makelist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libedit/makelist b/lib/libedit/makelist index e7ed9ed..3201a14 100644 --- a/lib/libedit/makelist +++ b/lib/libedit/makelist @@ -146,7 +146,7 @@ case $FLAG in # -fh) cat $FILES | $AWK '/el_action_t/ { print $3 }' | \ - sort | LANG=C tr 'a-z' 'A-Z' | $AWK ' + sort | LC_ALL=C tr 'a-z' 'A-Z' | $AWK ' BEGIN { printf("/* Automatically generated file, do not edit */\n"); printf("#ifndef _h_fcns_c\n#define _h_fcns_c\n"); |