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: emacs-19.34~161 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9bec625c9e001c41d68c9521dd9f2d5af2bdd86a;p=emacs.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