mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
Fix unportable 'tr' usage in libedit build process. (Bug #7669)
This commit is contained in:
parent
c2eb3bf9f6
commit
6d03688422
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ case $FLAG in
|
|||
#
|
||||
-fh)
|
||||
cat $FILES | $AWK '/el_action_t/ { print $3 }' | \
|
||||
sort | tr '[a-z]' '[A-Z]' | $AWK '
|
||||
sort | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ | $AWK '
|
||||
BEGIN {
|
||||
printf("/* Automatically generated file, do not edit */\n");
|
||||
printf("#ifndef _h_fcns_c\n#define _h_fcns_c\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue