From: Karl Heuer Date: Tue, 16 Jul 1996 04:47:46 +0000 (+0000) Subject: Fix previous change. Use sed's y command instead. X-Git-Tag: cvs/release-0-0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3270607468ff313c9be9b2e2afbfbb96ec8695ee;p=thirdparty%2Fglibc.git Fix previous change. Use sed's y command instead. --- diff --git a/config.guess b/config.guess index 5e0068dd279..0613f737fa8 100755 --- a/config.guess +++ b/config.guess @@ -322,7 +322,8 @@ 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/' \ + -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ exit 0 ;; CRAY-2:*:*:*) echo cray2-cray-unicos