From: Karl Heuer Date: Tue, 16 Jul 1996 03:53:55 +0000 (+0000) Subject: Use portable tr syntax. X-Git-Tag: cvs/release-0-0~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=749702b2d416cb7fc60fe02fb0c3d348a2fd2d93;p=thirdparty%2Fglibc.git Use portable tr syntax. --- diff --git a/config.guess b/config.guess index 35bb3081020..5e0068dd279 100755 --- a/config.guess +++ b/config.guess @@ -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