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 changed files with 1 additions and 0 deletions

1
fetch
View File

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