Use portable tr syntax.

This commit is contained in:
Karl Heuer 1996-07-16 03:53:55 +00:00
parent 08e722939f
commit 749702b2d4

2
config.guess vendored
View file

@ -322,7 +322,7 @@ EOF
exit 0 ;;
CRAY*[A-Z]90:*:*:*)
echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \
| sed -e 's/CRAY.*\([A-Z]90\)/\1/' | tr A-Z a-z
| sed -e 's/CRAY.*\([A-Z]90\)/\1/' | tr '[A-Z]' '[a-z]'
exit 0 ;;
CRAY-2:*:*:*)
echo cray2-cray-unicos