Fix whitespace in cpu output on OS X

This commit is contained in:
Dylan
2016-02-23 09:35:31 +11:00
parent 7531e234fe
commit 6f238e14fa

1
fetch
View File

@@ -780,6 +780,7 @@ getcpu () {
"Mac OS X")
cpu="$(sysctl -n machdep.cpu.brand_string)"
cpu=${cpu/ }
;;
*"BSD" | "Windows")