Fix whitespace in cpu output on OS X
This commit is contained in:
parent
7531e234fe
commit
6f238e14fa
1 changed files with 1 additions and 0 deletions
1
fetch
1
fetch
|
@ -780,6 +780,7 @@ getcpu () {
|
|||
|
||||
"Mac OS X")
|
||||
cpu="$(sysctl -n machdep.cpu.brand_string)"
|
||||
cpu=${cpu/ }
|
||||
;;
|
||||
|
||||
*"BSD" | "Windows")
|
||||
|
|
Loading…
Reference in a new issue