Commit 4080630b by Karl Heuer

Use portable tr syntax.

From-SVN: r12447
parent 9a6c4e72
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment