aboutsummaryrefslogtreecommitdiffstats
path: root/config.guess
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1996-07-16 04:47:46 +0000
committerKarl Heuer <[email protected]>1996-07-16 04:47:46 +0000
commit9bec625c9e001c41d68c9521dd9f2d5af2bdd86a (patch)
tree4b5f679fdbd19e8272aec6792572ec40c28caf42 /config.guess
parent593939e0134680c9df6efa64309ba77fec6bb869 (diff)
Fix previous change. Use sed's y command instead.
Diffstat (limited to 'config.guess')
-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