Don't use ranges in the "tr" command. They work differently on

System V
This commit is contained in:
ceriel 1987-03-26 11:16:28 +00:00
parent 4eb84b928b
commit 1cfa4a7bec

View file

@ -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/