From 1cfa4a7becaf75d043f143afc80a4d7fabeec8ed Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 26 Mar 1987 11:16:28 +0000 Subject: [PATCH] Don't use ranges in the "tr" command. They work differently on System V --- etc/new_table | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/new_table b/etc/new_table index b62e7a70a..accc7d14f 100755 --- a/etc/new_table +++ b/etc/new_table @@ -59,7 +59,7 @@ echo '};' ( echo '#include 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/ -- 2.34.1