Use portable tr syntax.
This commit is contained in:
parent
01b7923652
commit
593939e013
1 changed files with 1 additions and 1 deletions
2
config.guess
vendored
2
config.guess
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue