Fixed whitespace issue for realsies this time

This commit is contained in:
Dylan 2016-03-27 12:09:52 +11:00
parent d80d7e8c17
commit 9acf6d9554
1 changed files with 2 additions and 2 deletions

View File

@ -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)
;;