Fix whitespace in OS X xeon cpu

This commit is contained in:
Dylan 2016-03-27 11:15:12 +11:00
parent d537b35695
commit f847d9ee22
1 changed files with 1 additions and 1 deletions

View File

@ -840,7 +840,7 @@ getcpu () {
"Mac OS X")
cpu="$(sysctl -n machdep.cpu.brand_string)"
cpu=${cpu// }
cpu=${cpu// }
cores=$(sysctl -n hw.ncpu)
;;