I hate whitespace right now

This commit is contained in:
Dylan 2016-03-27 12:12:25 +11:00
parent 9acf6d9554
commit 16f47e2f4e

View file

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