Don't use ranges in the "tr" command. They work differently on
authorceriel <none@none>
Thu, 26 Mar 1987 11:16:28 +0000 (11:16 +0000)
committerceriel <none@none>
Thu, 26 Mar 1987 11:16:28 +0000 (11:16 +0000)
System V

etc/new_table

index b62e7a7..accc7d1 100755 (executable)
@@ -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/