summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-07-16 04:47:46 +0000
committerKarl Heuer <kwzh@gnu.org>1996-07-16 04:47:46 +0000
commit3270607468ff313c9be9b2e2afbfbb96ec8695ee (patch)
treecb0fe373fae03de1e17e260c9ae870ded02aed28
parent749702b2d416cb7fc60fe02fb0c3d348a2fd2d93 (diff)
Fix previous change. Use sed's y command instead.cvs/release-0-1cvs/release-0-0
-rwxr-xr-xconfig.guess3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.guess b/config.guess
index 5e0068dd27..0613f737fa 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