From: ceriel Date: Thu, 26 Mar 1987 11:16:28 +0000 (+0000) Subject: Don't use ranges in the "tr" command. They work differently on X-Git-Tag: release-5-5~4333 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=1cfa4a7becaf75d043f143afc80a4d7fabeec8ed;p=ack.git Don't use ranges in the "tr" command. They work differently on System V --- 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/