From b039aef5dc968d954b2da2c0987a4dd24fc4d32c Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Sat, 4 Jan 2014 19:14:23 -0800 Subject: [PATCH] Use the correct syntax to match Power Mac for uname -m. --- bin/build-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-all.sh b/bin/build-all.sh index 0bf6ed5fb..6313062cf 100755 --- a/bin/build-all.sh +++ b/bin/build-all.sh @@ -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`" ;; -- GitLab