summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-07-16 03:53:55 +0000
committerKarl Heuer <kwzh@gnu.org>1996-07-16 03:53:55 +0000
commit749702b2d416cb7fc60fe02fb0c3d348a2fd2d93 (patch)
treee77e8f4a83d3a54d875f282b7e0f5c04b865d4ed /config.guess
parent08e722939f8c4218bc6ffce9a4d07b8c44cea69f (diff)
Use portable tr syntax.
Diffstat (limited to 'config.guess')
-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