diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2003-08-04 21:31:53 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2003-08-04 21:31:53 +0000 |
| commit | 90862ca23de03b17cb201942dad80e9165af032c (patch) | |
| tree | 9ec10501fc28fb7fb5d4adfbf9dd2c38cc13e87a /lib/libedit | |
| parent | d2cce3d6e83a62ef982fb2fccf30d49b8559212e (diff) | |
Notes
Diffstat (limited to 'lib/libedit')
| -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 e7ed9ed7cd34..3201a1436c20 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"); |
