Fixed whitespace issue for realsies this time
This commit is contained in:
parent
d80d7e8c17
commit
9acf6d9554
1 changed files with 2 additions and 2 deletions
4
neofetch
4
neofetch
|
@ -839,8 +839,8 @@ getcpu () {
|
|||
|
||||
"Mac OS X")
|
||||
cpu="$(sysctl -n machdep.cpu.brand_string)"
|
||||
echo "$cpu"
|
||||
cpu=${cpu/ }
|
||||
cpu=${cpu// }
|
||||
cpu=${cpu/ @ / @ }
|
||||
cores=$(sysctl -n hw.ncpu)
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue