Skip to content
Snippets Groups Projects
Commit b039aef5 authored by Raymond Toy's avatar Raymond Toy
Browse files

Use the correct syntax to match Power Mac for uname -m.

parent 56e35f5d
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ buildsun4 ()
case `uname -m` in
i386*|x86*|i86pc) buildx86 ;;
sun*|"Power Mac*")
sun*|Power\ Mac*)
# buildsun4 works for sparc and ppc.
buildsun4 ;;
*) echo "Unsupported architecture: `uname -m`" ;;
......
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