Don't use ranges in the "tr" command. They work differently on
System V
This commit is contained in:
parent
4eb84b928b
commit
1cfa4a7bec
|
@ -59,7 +59,7 @@ echo '};'
|
|||
(
|
||||
echo '#include <em_flag.h>
|
||||
char em_flag[] = {'
|
||||
ed - Z <<'A' | tr a-z A-Z
|
||||
ed - Z <<'A' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ
|
||||
g/^... /s///
|
||||
g/ .*/s///
|
||||
g/\(.\)\(.\)/s//PAR_\1 | FLO_\2/
|
||||
|
|
Loading…
Reference in a new issue