From: Karl Heuer Date: Tue, 16 Jul 1996 03:53:55 +0000 (+0000) Subject: Use portable tr syntax. X-Git-Tag: emacs-19.34~162 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=593939e0134680c9df6efa64309ba77fec6bb869;p=emacs.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