Revert whitespace fix for OSx
This commit is contained in:
parent
eacce05f3a
commit
13f439502b
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -839,7 +839,7 @@ getcpu () {
|
||||||
|
|
||||||
"Mac OS X")
|
"Mac OS X")
|
||||||
cpu="$(sysctl -n machdep.cpu.brand_string)"
|
cpu="$(sysctl -n machdep.cpu.brand_string)"
|
||||||
cpu=${cpu// }
|
cpu=${cpu/ }
|
||||||
cores=$(sysctl -n hw.ncpu)
|
cores=$(sysctl -n hw.ncpu)
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue