aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1996-07-16 03:53:55 +0000
committerKarl Heuer <[email protected]>1996-07-16 03:53:55 +0000
commit593939e0134680c9df6efa64309ba77fec6bb869 (patch)
treed4896d7eee560e04b4363b377e6461521c23a3ab
parent01b79236524daa6cc8ceca1cd0ac0600de3b5d71 (diff)
Use portable tr syntax.
-rwxr-xr-xconfig.guess2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess
index 35bb308102..5e0068dd27 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