Skip to content
Snippets Groups Projects
Commit 4d455105 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add "Mac OS" support

parent 11962a23
No related branches found
No related tags found
No related merge requests found
......@@ -1018,7 +1018,7 @@ EOF
*:Rhapsody:*:*)
echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
exit 0 ;;
*:Darwin:*:*)
*:Darwin:*:* | *:"Mac OS":*:*)
echo `uname -p`-apple-darwin${UNAME_RELEASE}
exit 0 ;;
*:procnto*:*:* | *:QNX:[0123456789]*:*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment